~ubuntu-branches/ubuntu/utopic/r-bioc-cummerbund/utopic

« back to all changes in this revision

Viewing changes to NAMESPACE

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-12-28 17:17:25 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131228171725-polmzo8go4m371c6
Tags: 2.4.1-1
* New upstream version
* debian/rules: Remove useless creation of ${R-Depends}
* debian/control: Versioned Build-Depends: r-base-dev (>= 3.0)
* debian/README.test: add hint how to test the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
importFrom(BiocGenerics, annotation)
 
2
 
1
3
import(methods)
2
4
 
3
5
#importFrom(graphics, plot)
 
6
importFrom(plyr, defaults)
4
7
 
5
8
exportClasses(CuffSet,
6
9
                        CuffData,
12
15
)
13
16
 
14
17
exportMethods(
 
18
                        runInfo,
15
19
                        annotation,
16
20
                        genes,
17
21
                        isoforms,
21
25
                        splicing,
22
26
                        relCDS,
23
27
                        fpkm,
 
28
                        repFpkm,
 
29
                        count,
24
30
                        distValues,
25
31
                        csDensity,
26
32
                        csScatter,
27
33
                        csVolcano,
28
34
                        csBoxplot,
29
35
                        csHeatmap,
 
36
            csDistHeat,
30
37
                        csCluster,
31
38
                        csDendro,
32
39
                        MAplot,
 
40
                        dispersionPlot,
33
41
                        csSpecificity,
34
42
                        fpkmMatrix,
 
43
                        repFpkmMatrix,
 
44
                        countMatrix,
 
45
                        repCountMatrix,
35
46
                        diffData,
 
47
                        diffTable,
36
48
                        features,
37
49
                        featureNames,
38
50
                        samples,
 
51
                        replicates,
39
52
                        expressionPlot,
40
53
                        expressionBarplot,
41
54
                        getGene,
42
55
                        getGenes,
 
56
                        getFeatures,
 
57
                        getGeneId,
 
58
                        findGene,
43
59
                        getSig,
44
60
                        getSigTable,
45
61
                        addFeatures,
46
62
                        getLevels,
47
 
                        findSimilar
 
63
                        getRepLevels,
 
64
                        findSimilar,
 
65
                        makeRnk,
 
66
                        genePlot,
 
67
                        makeGeneRegionTrack,
 
68
                        DB,
 
69
                        sigMatrix,
 
70
                        csScatterMatrix,
 
71
                        csVolcanoMatrix,
 
72
                        MDSplot,
 
73
                        PCAplot,
 
74
                        fpkmSCVPlot
48
75
)
49
76
 
50
77
export("readCufflinks",
58
85
                )
59
86
 
60
87
#importClassesFrom("Biobase","Versioned")
61
 
#importClassesFrom("Biobase","VersionedBiobase")
 
 
b'\\ No newline at end of file'
 
88
#importClassesFrom("Biobase","VersionedBiobase")