... | ... |
@@ -1,194 +1,254 @@ |
1 |
-import(methods) |
|
2 |
- |
|
1 |
+# Generated by roxygen2: do not edit by hand |
|
2 |
+ |
|
3 |
+export(.chrName) |
|
4 |
+export(.doCache) |
|
5 |
+export(AlignmentsTrack) |
|
6 |
+export(AnnotationTrack) |
|
7 |
+export(BiomartGeneRegionTrack) |
|
8 |
+export(CustomTrack) |
|
9 |
+export(DataTrack) |
|
10 |
+export(DetailsAnnotationTrack) |
|
11 |
+export(DisplayPars) |
|
12 |
+export(GeneRegionTrack) |
|
13 |
+export(GenomeAxisTrack) |
|
14 |
+export(HighlightTrack) |
|
15 |
+export(IdeogramTrack) |
|
16 |
+export(OverlayTrack) |
|
17 |
+export(RNASequenceTrack) |
|
18 |
+export(SequenceTrack) |
|
19 |
+export(UcscTrack) |
|
20 |
+export(addScheme) |
|
21 |
+export(availableDefaultMapping) |
|
22 |
+export(availableDisplayPars) |
|
23 |
+export(clearSessionCache) |
|
24 |
+export(drawAxis) |
|
25 |
+export(drawGD) |
|
26 |
+export(exportTracks) |
|
27 |
+export(getScheme) |
|
28 |
+export(plotTracks) |
|
29 |
+exportClasses(AlignmentsTrack) |
|
30 |
+exportClasses(AnnotationTrack) |
|
31 |
+exportClasses(BiomartGeneRegionTrack) |
|
32 |
+exportClasses(CustomTrack) |
|
33 |
+exportClasses(DataTrack) |
|
34 |
+exportClasses(DetailsAnnotationTrack) |
|
35 |
+exportClasses(DisplayPars) |
|
36 |
+exportClasses(GdObject) |
|
37 |
+exportClasses(GeneRegionTrack) |
|
38 |
+exportClasses(GenomeAxisTrack) |
|
39 |
+exportClasses(HighlightTrack) |
|
40 |
+exportClasses(IdeogramTrack) |
|
41 |
+exportClasses(ImageMap) |
|
42 |
+exportClasses(NumericTrack) |
|
43 |
+exportClasses(OverlayTrack) |
|
44 |
+exportClasses(RangeTrack) |
|
45 |
+exportClasses(ReferenceAlignmentsTrack) |
|
46 |
+exportClasses(ReferenceAnnotationTrack) |
|
47 |
+exportClasses(ReferenceDataTrack) |
|
48 |
+exportClasses(ReferenceGeneRegionTrack) |
|
49 |
+exportClasses(ReferenceSequenceTrack) |
|
50 |
+exportClasses(ReferenceTrack) |
|
51 |
+exportClasses(SequenceBSgenomeTrack) |
|
52 |
+exportClasses(SequenceDNAStringSetTrack) |
|
53 |
+exportClasses(SequenceRNAStringSetTrack) |
|
54 |
+exportClasses(SequenceTrack) |
|
55 |
+exportClasses(StackedTrack) |
|
56 |
+exportMethods("[") |
|
57 |
+exportMethods("chromosome<-") |
|
58 |
+exportMethods("displayPars<-") |
|
59 |
+exportMethods("end<-") |
|
60 |
+exportMethods("exon<-") |
|
61 |
+exportMethods("feature<-") |
|
62 |
+exportMethods("gene<-") |
|
63 |
+exportMethods("genome<-") |
|
64 |
+exportMethods("group<-") |
|
65 |
+exportMethods("identifier<-") |
|
66 |
+exportMethods("imageMap<-") |
|
67 |
+exportMethods("stacking<-") |
|
68 |
+exportMethods("start<-") |
|
69 |
+exportMethods("strand<-") |
|
70 |
+exportMethods("symbol<-") |
|
71 |
+exportMethods("transcript<-") |
|
72 |
+exportMethods("values<-") |
|
73 |
+exportMethods("width<-") |
|
74 |
+exportMethods(as.list) |
|
75 |
+exportMethods(chromosome) |
|
76 |
+exportMethods(consolidateTrack) |
|
77 |
+exportMethods(coords) |
|
78 |
+exportMethods(displayPars) |
|
79 |
+exportMethods(drawAxis) |
|
80 |
+exportMethods(drawGD) |
|
81 |
+exportMethods(end) |
|
82 |
+exportMethods(exon) |
|
83 |
+exportMethods(feature) |
|
84 |
+exportMethods(gene) |
|
85 |
+exportMethods(genome) |
|
86 |
+exportMethods(getPar) |
|
87 |
+exportMethods(group) |
|
88 |
+exportMethods(identifier) |
|
89 |
+exportMethods(imageMap) |
|
90 |
+exportMethods(initialize) |
|
91 |
+exportMethods(length) |
|
92 |
+exportMethods(max) |
|
93 |
+exportMethods(min) |
|
94 |
+exportMethods(position) |
|
95 |
+exportMethods(range) |
|
96 |
+exportMethods(seqinfo) |
|
97 |
+exportMethods(seqlevels) |
|
98 |
+exportMethods(seqnames) |
|
99 |
+exportMethods(setCoverage) |
|
100 |
+exportMethods(setPar) |
|
101 |
+exportMethods(setStacks) |
|
102 |
+exportMethods(show) |
|
103 |
+exportMethods(split) |
|
104 |
+exportMethods(stacking) |
|
105 |
+exportMethods(stacks) |
|
106 |
+exportMethods(start) |
|
107 |
+exportMethods(strand) |
|
108 |
+exportMethods(subset) |
|
109 |
+exportMethods(symbol) |
|
110 |
+exportMethods(tags) |
|
111 |
+exportMethods(transcript) |
|
112 |
+exportMethods(values) |
|
113 |
+exportMethods(width) |
|
3 | 114 |
import(BiocGenerics) |
4 |
-import(S4Vectors) |
|
5 |
-import(IRanges) |
|
6 |
-import(XVector) |
|
7 | 115 |
import(GenomeInfoDb) |
8 | 116 |
import(GenomicRanges) |
117 |
+import(IRanges) |
|
118 |
+import(S4Vectors) |
|
119 |
+import(XVector) |
|
9 | 120 |
import(grid) |
10 |
- |
|
11 |
-importClassesFrom(biomaRt, Mart) |
|
12 |
- |
|
13 |
-importClassesFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAString, BString) |
|
14 |
- |
|
15 |
-importClassesFrom(BSgenome, BSgenome, MaskedBSgenome) |
|
16 |
- |
|
17 |
-importClassesFrom(GenomicFeatures, "TxDb") |
|
18 |
- |
|
19 |
-importClassesFrom(ensembldb, "EnsDb") |
|
20 |
- |
|
21 |
-importClassesFrom(rtracklayer, UCSCData) |
|
22 |
- |
|
23 |
-importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
|
24 |
- |
|
25 |
- |
|
26 |
-importMethodsFrom(BSgenome, providerVersion, seqnames) |
|
27 |
- |
|
28 |
-importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
|
29 |
- |
|
30 |
-importMethodsFrom(ensembldb, cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
|
31 |
- |
|
32 |
-importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
|
33 |
- ucscTableQuery, trackNames, tableNames, import, import.gff, |
|
34 |
- import.gff1, import.gff2, import.gff3, import.2bit, import.bed15, |
|
35 |
- import.bw, import.ucsc, import.bed, import.bedGraph, import.chain, |
|
36 |
- import.wig, seqinfo) |
|
37 |
- |
|
38 |
-importMethodsFrom(Biostrings, seqtype, "seqtype<-", consensusMatrix, consensusString, unmasked, complement) |
|
39 |
- |
|
40 |
- |
|
41 |
-importFrom(Biobase, listLen, rowMax, rowMin) |
|
42 |
- |
|
43 |
-importFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
|
44 |
- |
|
45 |
-importFrom(BSgenome, bsapply) |
|
46 |
- |
|
47 |
-importFrom(biomaRt, getBM, useEnsembl, useMart, listDatasets, listAttributes, listFilters) |
|
48 |
- |
|
49 |
-importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
|
50 |
- |
|
51 |
-importFrom(graphics, par) |
|
52 |
- |
|
53 |
-importFrom(digest, digest) |
|
54 |
- |
|
55 |
-importFrom(grDevices, boxplot.stats, col2rgb, colorRampPalette, extendrange, |
|
56 |
- hsv, rgb2hsv) |
|
57 |
- |
|
58 |
-importFrom(lattice, current.panel.limits, panel.abline, panel.grid, panel.lines, |
|
59 |
- panel.points, panel.polygon, panel.segments, panel.xyplot, panel.text, |
|
60 |
- trellis.par.get) |
|
61 |
- |
|
62 |
-importFrom(matrixStats, colMaxs, rowMedians, rowMins) |
|
63 |
- |
|
64 |
-importFrom(latticeExtra, panel.xyarea, panel.horizonplot) |
|
65 |
- |
|
66 |
- |
|
67 |
-importFrom(RColorBrewer, brewer.pal) |
|
68 |
- |
|
69 |
-importFrom(rtracklayer, GenomicData, ucscGenomes, browserSession, BigWigFile, FastaFile, TwoBitFile) |
|
70 |
- |
|
71 |
-importFrom(stats, loess.smooth) |
|
72 |
- |
|
73 |
-importFrom(biovizBase, getBioColor) |
|
74 |
- |
|
75 |
-importFrom(utils, assignInNamespace, browseURL, write.table) |
|
76 |
- |
|
77 |
-importFrom(GenomicAlignments, extractAlignmentRangesOnReference, cigarRangesAlongReferenceSpace, sequenceLayer, GAlignments, summarizeJunctions) |
|
78 |
- |
|
79 |
-importFrom(grDevices, "dev.cur", "dev.off") |
|
80 |
- |
|
81 |
-importFrom(stats, "setNames") |
|
82 |
- |
|
83 |
-importFrom(utils, "modifyList", "type.convert") |
|
84 |
- |
|
85 |
-### |
|
86 |
- |
|
87 |
-export(".chrName", |
|
88 |
- ".doCache", |
|
89 |
- "AlignmentsTrack", |
|
90 |
- "AnnotationTrack", |
|
91 |
- "DetailsAnnotationTrack", |
|
92 |
- "BiomartGeneRegionTrack", |
|
93 |
- "CustomTrack", |
|
94 |
- "DataTrack", |
|
95 |
- "DisplayPars", |
|
96 |
- "SequenceTrack", |
|
97 |
- "RNASequenceTrack", |
|
98 |
- "OverlayTrack", |
|
99 |
- "drawAxis", |
|
100 |
- "drawGD", |
|
101 |
- "GeneRegionTrack", |
|
102 |
- "GenomeAxisTrack", |
|
103 |
- "HighlightTrack", |
|
104 |
- "IdeogramTrack", |
|
105 |
- "UcscTrack", |
|
106 |
- "addScheme", |
|
107 |
- "as.list", |
|
108 |
- "availableDefaultMapping", |
|
109 |
- "availableDisplayPars", |
|
110 |
- "clearSessionCache", |
|
111 |
- "exportTracks", |
|
112 |
- "getScheme", |
|
113 |
- "plotTracks") |
|
114 |
- |
|
115 |
-exportClasses("AlignmentsTrack", |
|
116 |
- "AnnotationTrack", |
|
117 |
- "DetailsAnnotationTrack", |
|
118 |
- "BiomartGeneRegionTrack", |
|
119 |
- "DataTrack", |
|
120 |
- "DisplayPars", |
|
121 |
- "GdObject", |
|
122 |
- "GeneRegionTrack", |
|
123 |
- "GenomeAxisTrack", |
|
124 |
- "IdeogramTrack", |
|
125 |
- "ImageMap", |
|
126 |
- "NumericTrack", |
|
127 |
- "RangeTrack", |
|
128 |
- "SequenceTrack", |
|
129 |
- "StackedTrack", |
|
130 |
- "HighlightTrack", |
|
131 |
- "OverlayTrack", |
|
132 |
- "CustomTrack") |
|
133 |
- |
|
134 |
-exportMethods("[", |
|
135 |
- "as.list", |
|
136 |
- "chromosome", |
|
137 |
- "chromosome<-", |
|
138 |
- "coerce", |
|
139 |
- "consolidateTrack", |
|
140 |
- "coords", |
|
141 |
- "coverage", |
|
142 |
- "displayPars", |
|
143 |
- "displayPars<-", |
|
144 |
- "end", |
|
145 |
- "end<-", |
|
146 |
- "exon", |
|
147 |
- "exon<-", |
|
148 |
- "feature", |
|
149 |
- "feature<-", |
|
150 |
- "gene", |
|
151 |
- "gene<-", |
|
152 |
- "genome", |
|
153 |
- "genome<-", |
|
154 |
- "getPar", |
|
155 |
- "group", |
|
156 |
- "group<-", |
|
157 |
- "head", |
|
158 |
- "identifier", |
|
159 |
- "identifier<-", |
|
160 |
- "imageMap", |
|
161 |
- "initialize", |
|
162 |
- "length", |
|
163 |
- "max", |
|
164 |
- "min", |
|
165 |
- "names", |
|
166 |
- "names<-", |
|
167 |
- "position", |
|
168 |
- "range", |
|
169 |
- "ranges", |
|
170 |
- "score", |
|
171 |
- "seqnames", |
|
172 |
- "seqlevels", |
|
173 |
- "seqinfo", |
|
174 |
- "setPar", |
|
175 |
- "split", |
|
176 |
- "stacking", |
|
177 |
- "stacking<-", |
|
178 |
- "stacks", |
|
179 |
- "start", |
|
180 |
- "start<-", |
|
181 |
- "strand", |
|
182 |
- "strand<-", |
|
183 |
- "subseq", |
|
184 |
- "subset", |
|
185 |
- "symbol", |
|
186 |
- "symbol<-", |
|
187 |
- "tags", |
|
188 |
- "tail", |
|
189 |
- "transcript", |
|
190 |
- "transcript<-", |
|
191 |
- "values", |
|
192 |
- "values<-", |
|
193 |
- "width", |
|
194 |
- "width<-") |
|
121 |
+import(methods) |
|
122 |
+importClassesFrom(BSgenome,BSgenome) |
|
123 |
+importClassesFrom(BSgenome,MaskedBSgenome) |
|
124 |
+importClassesFrom(Biostrings,BString) |
|
125 |
+importClassesFrom(Biostrings,BStringSet) |
|
126 |
+importClassesFrom(Biostrings,DNAString) |
|
127 |
+importClassesFrom(Biostrings,DNAStringSet) |
|
128 |
+importClassesFrom(Biostrings,RNAString) |
|
129 |
+importClassesFrom(Biostrings,RNAStringSet) |
|
130 |
+importClassesFrom(GenomicFeatures,TxDb) |
|
131 |
+importClassesFrom(biomaRt,Mart) |
|
132 |
+importClassesFrom(ensembldb,EnsDb) |
|
133 |
+importClassesFrom(rtracklayer,UCSCData) |
|
134 |
+importFrom(BSgenome,bsapply) |
|
135 |
+importFrom(Biobase,listLen) |
|
136 |
+importFrom(Biobase,rowMax) |
|
137 |
+importFrom(Biobase,rowMin) |
|
138 |
+importFrom(Biostrings,BString) |
|
139 |
+importFrom(Biostrings,BStringSet) |
|
140 |
+importFrom(Biostrings,DNAString) |
|
141 |
+importFrom(Biostrings,DNAStringSet) |
|
142 |
+importFrom(Biostrings,DNA_ALPHABET) |
|
143 |
+importFrom(Biostrings,RNAString) |
|
144 |
+importFrom(Biostrings,RNAStringSet) |
|
145 |
+importFrom(Biostrings,readDNAStringSet) |
|
146 |
+importFrom(Biostrings,reverseComplement) |
|
147 |
+importFrom(Biostrings,stackStrings) |
|
148 |
+importFrom(GenomicAlignments,GAlignments) |
|
149 |
+importFrom(GenomicAlignments,cigarRangesAlongReferenceSpace) |
|
150 |
+importFrom(GenomicAlignments,extractAlignmentRangesOnReference) |
|
151 |
+importFrom(GenomicAlignments,sequenceLayer) |
|
152 |
+importFrom(GenomicAlignments,summarizeJunctions) |
|
153 |
+importFrom(RColorBrewer,brewer.pal) |
|
154 |
+importFrom(Rsamtools,BamFile) |
|
155 |
+importFrom(Rsamtools,ScanBamParam) |
|
156 |
+importFrom(Rsamtools,bamWhich) |
|
157 |
+importFrom(Rsamtools,scanBam) |
|
158 |
+importFrom(Rsamtools,scanBamFlag) |
|
159 |
+importFrom(Rsamtools,scanBamHeader) |
|
160 |
+importFrom(Rsamtools,scanBamWhat) |
|
161 |
+importFrom(Rsamtools,scanFa) |
|
162 |
+importFrom(Rsamtools,scanFaIndex) |
|
163 |
+importFrom(biomaRt,getBM) |
|
164 |
+importFrom(biomaRt,listAttributes) |
|
165 |
+importFrom(biomaRt,listDatasets) |
|
166 |
+importFrom(biomaRt,listFilters) |
|
167 |
+importFrom(biomaRt,useEnsembl) |
|
168 |
+importFrom(biomaRt,useMart) |
|
169 |
+importFrom(biovizBase,getBioColor) |
|
170 |
+importFrom(digest,digest) |
|
171 |
+importFrom(grDevices,boxplot.stats) |
|
172 |
+importFrom(grDevices,col2rgb) |
|
173 |
+importFrom(grDevices,colorRampPalette) |
|
174 |
+importFrom(grDevices,dev.cur) |
|
175 |
+importFrom(grDevices,dev.off) |
|
176 |
+importFrom(grDevices,extendrange) |
|
177 |
+importFrom(grDevices,hsv) |
|
178 |
+importFrom(grDevices,rgb2hsv) |
|
179 |
+importFrom(graphics,par) |
|
180 |
+importFrom(lattice,current.panel.limits) |
|
181 |
+importFrom(lattice,panel.abline) |
|
182 |
+importFrom(lattice,panel.grid) |
|
183 |
+importFrom(lattice,panel.lines) |
|
184 |
+importFrom(lattice,panel.points) |
|
185 |
+importFrom(lattice,panel.polygon) |
|
186 |
+importFrom(lattice,panel.segments) |
|
187 |
+importFrom(lattice,panel.text) |
|
188 |
+importFrom(lattice,panel.xyplot) |
|
189 |
+importFrom(lattice,trellis.par.get) |
|
190 |
+importFrom(latticeExtra,panel.horizonplot) |
|
191 |
+importFrom(matrixStats,colMaxs) |
|
192 |
+importFrom(matrixStats,rowMedians) |
|
193 |
+importFrom(matrixStats,rowMins) |
|
194 |
+importFrom(rtracklayer,BigWigFile) |
|
195 |
+importFrom(rtracklayer,FastaFile) |
|
196 |
+importFrom(rtracklayer,GenomicData) |
|
197 |
+importFrom(rtracklayer,TwoBitFile) |
|
198 |
+importFrom(rtracklayer,browserSession) |
|
199 |
+importFrom(rtracklayer,ucscGenomes) |
|
200 |
+importFrom(stats,loess.smooth) |
|
201 |
+importFrom(stats,setNames) |
|
202 |
+importFrom(utils,assignInNamespace) |
|
203 |
+importFrom(utils,modifyList) |
|
204 |
+importFrom(utils,type.convert) |
|
205 |
+importFrom(utils,write.table) |
|
206 |
+importMethodsFrom(AnnotationDbi,colnames) |
|
207 |
+importMethodsFrom(AnnotationDbi,get) |
|
208 |
+importMethodsFrom(AnnotationDbi,ls) |
|
209 |
+importMethodsFrom(AnnotationDbi,mget) |
|
210 |
+importMethodsFrom(AnnotationDbi,tail) |
|
211 |
+importMethodsFrom(BSgenome,providerVersion) |
|
212 |
+importMethodsFrom(BSgenome,seqnames) |
|
213 |
+importMethodsFrom(Biostrings,"seqtype<-") |
|
214 |
+importMethodsFrom(Biostrings,complement) |
|
215 |
+importMethodsFrom(Biostrings,consensusMatrix) |
|
216 |
+importMethodsFrom(Biostrings,consensusString) |
|
217 |
+importMethodsFrom(Biostrings,seqtype) |
|
218 |
+importMethodsFrom(Biostrings,unmasked) |
|
219 |
+importMethodsFrom(GenomicFeatures,"isActiveSeq<-") |
|
220 |
+importMethodsFrom(GenomicFeatures,cdsBy) |
|
221 |
+importMethodsFrom(GenomicFeatures,exonsBy) |
|
222 |
+importMethodsFrom(GenomicFeatures,fiveUTRsByTranscript) |
|
223 |
+importMethodsFrom(GenomicFeatures,isActiveSeq) |
|
224 |
+importMethodsFrom(GenomicFeatures,threeUTRsByTranscript) |
|
225 |
+importMethodsFrom(GenomicFeatures,transcripts) |
|
226 |
+importMethodsFrom(GenomicFeatures,transcriptsBy) |
|
227 |
+importMethodsFrom(ensembldb,cdsBy) |
|
228 |
+importMethodsFrom(ensembldb,exonsBy) |
|
229 |
+importMethodsFrom(ensembldb,fiveUTRsByTranscript) |
|
230 |
+importMethodsFrom(ensembldb,threeUTRsByTranscript) |
|
231 |
+importMethodsFrom(ensembldb,transcripts) |
|
232 |
+importMethodsFrom(ensembldb,transcriptsBy) |
|
233 |
+importMethodsFrom(rtracklayer,"tableName<-") |
|
234 |
+importMethodsFrom(rtracklayer,chrom) |
|
235 |
+importMethodsFrom(rtracklayer,close) |
|
236 |
+importMethodsFrom(rtracklayer,getTable) |
|
237 |
+importMethodsFrom(rtracklayer,import) |
|
238 |
+importMethodsFrom(rtracklayer,import.2bit) |
|
239 |
+importMethodsFrom(rtracklayer,import.bed) |
|
240 |
+importMethodsFrom(rtracklayer,import.bed15) |
|
241 |
+importMethodsFrom(rtracklayer,import.bedGraph) |
|
242 |
+importMethodsFrom(rtracklayer,import.bw) |
|
243 |
+importMethodsFrom(rtracklayer,import.chain) |
|
244 |
+importMethodsFrom(rtracklayer,import.gff) |
|
245 |
+importMethodsFrom(rtracklayer,import.gff1) |
|
246 |
+importMethodsFrom(rtracklayer,import.gff2) |
|
247 |
+importMethodsFrom(rtracklayer,import.gff3) |
|
248 |
+importMethodsFrom(rtracklayer,import.ucsc) |
|
249 |
+importMethodsFrom(rtracklayer,import.wig) |
|
250 |
+importMethodsFrom(rtracklayer,seqinfo) |
|
251 |
+importMethodsFrom(rtracklayer,tableNames) |
|
252 |
+importMethodsFrom(rtracklayer,track) |
|
253 |
+importMethodsFrom(rtracklayer,trackNames) |
|
254 |
+importMethodsFrom(rtracklayer,ucscTableQuery) |
... | ... |
@@ -44,7 +44,7 @@ importFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAStr |
44 | 44 |
|
45 | 45 |
importFrom(BSgenome, bsapply) |
46 | 46 |
|
47 |
-importFrom(biomaRt, getBM, useMart, listDatasets, listAttributes, listFilters) |
|
47 |
+importFrom(biomaRt, getBM, useEnsembl, useMart, listDatasets, listAttributes, listFilters) |
|
48 | 48 |
|
49 | 49 |
importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
50 | 50 |
|
... | ... |
@@ -16,6 +16,8 @@ importClassesFrom(BSgenome, BSgenome, MaskedBSgenome) |
16 | 16 |
|
17 | 17 |
importClassesFrom(GenomicFeatures, "TxDb") |
18 | 18 |
|
19 |
+importClassesFrom(ensembldb, "EnsDb") |
|
20 |
+ |
|
19 | 21 |
importClassesFrom(rtracklayer, UCSCData) |
20 | 22 |
|
21 | 23 |
importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
... | ... |
@@ -25,6 +27,8 @@ importMethodsFrom(BSgenome, providerVersion, seqnames) |
25 | 27 |
|
26 | 28 |
importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
27 | 29 |
|
30 |
+importMethodsFrom(ensembldb, cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
|
31 |
+ |
|
28 | 32 |
importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
29 | 33 |
ucscTableQuery, trackNames, tableNames, import, import.gff, |
30 | 34 |
import.gff1, import.gff2, import.gff3, import.2bit, import.bed15, |
... | ... |
@@ -116,15 +116,15 @@ exportClasses("AlignedReadTrack", |
116 | 116 |
"BiomartGeneRegionTrack", |
117 | 117 |
"DataTrack", |
118 | 118 |
"DisplayPars", |
119 |
- "GdObject", |
|
119 |
+ "GdObject", |
|
120 | 120 |
"GeneRegionTrack", |
121 | 121 |
"GenomeAxisTrack", |
122 | 122 |
"IdeogramTrack", |
123 | 123 |
"ImageMap", |
124 |
- "NumericTrack", |
|
125 |
- "RangeTrack", |
|
124 |
+ "NumericTrack", |
|
125 |
+ "RangeTrack", |
|
126 | 126 |
"SequenceTrack", |
127 |
- "StackedTrack", |
|
127 |
+ "StackedTrack", |
|
128 | 128 |
"HighlightTrack", |
129 | 129 |
"OverlayTrack", |
130 | 130 |
"CustomTrack") |
... | ... |
@@ -21,7 +21,7 @@ importClassesFrom(rtracklayer, UCSCData) |
21 | 21 |
importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
22 | 22 |
|
23 | 23 |
|
24 |
-importMethodsFrom(BSgenome, providerVersion) |
|
24 |
+importMethodsFrom(BSgenome, providerVersion, seqnames) |
|
25 | 25 |
|
26 | 26 |
importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
27 | 27 |
|
... | ... |
@@ -91,6 +91,7 @@ export(".chrName", |
91 | 91 |
"DataTrack", |
92 | 92 |
"DisplayPars", |
93 | 93 |
"SequenceTrack", |
94 |
+ "RNASequenceTrack", |
|
94 | 95 |
"OverlayTrack", |
95 | 96 |
"drawAxis", |
96 | 97 |
"drawGD", |
... | ... |
@@ -38,6 +38,8 @@ importFrom(Biobase, listLen, rowMax, rowMin) |
38 | 38 |
|
39 | 39 |
importFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
40 | 40 |
|
41 |
+importFrom(BSgenome, bsapply) |
|
42 |
+ |
|
41 | 43 |
importFrom(biomaRt, getBM, useMart, listDatasets, listAttributes, listFilters) |
42 | 44 |
|
43 | 45 |
importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
... | ... |
@@ -68,7 +68,7 @@ importFrom(biovizBase, getBioColor) |
68 | 68 |
|
69 | 69 |
importFrom(utils, assignInNamespace, browseURL, write.table) |
70 | 70 |
|
71 |
-importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer, GAlignments, summarizeJunctions) |
|
71 |
+importFrom(GenomicAlignments, extractAlignmentRangesOnReference, cigarRangesAlongReferenceSpace, sequenceLayer, GAlignments, summarizeJunctions) |
|
72 | 72 |
|
73 | 73 |
importFrom(grDevices, "dev.cur", "dev.off") |
74 | 74 |
|
... | ... |
@@ -31,7 +31,7 @@ importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
31 | 31 |
import.bw, import.ucsc, import.bed, import.bedGraph, import.chain, |
32 | 32 |
import.wig, seqinfo) |
33 | 33 |
|
34 |
-importMethodsFrom(Biostrings, seqtype, seqtype<-, consensusMatrix, consensusString, unmasked, complement) |
|
34 |
+importMethodsFrom(Biostrings, seqtype, "seqtype<-", consensusMatrix, consensusString, unmasked, complement) |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
importFrom(Biobase, listLen, rowMax, rowMin) |
... | ... |
@@ -31,7 +31,7 @@ importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
31 | 31 |
import.bw, import.ucsc, import.bed, import.bedGraph, import.chain, |
32 | 32 |
import.wig, seqinfo) |
33 | 33 |
|
34 |
-importMethodsFrom(Biostrings, consensusMatrix, consensusString, unmasked, complement) |
|
34 |
+importMethodsFrom(Biostrings, seqtype, seqtype<-, consensusMatrix, consensusString, unmasked, complement) |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
importFrom(Biobase, listLen, rowMax, rowMin) |
Refactored some internals to support SequenceTrack object representing other nucleotide sequences
... | ... |
@@ -10,7 +10,7 @@ import(grid) |
10 | 10 |
|
11 | 11 |
importClassesFrom(biomaRt, Mart) |
12 | 12 |
|
13 |
-importClassesFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString) |
|
13 |
+importClassesFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAString, BString) |
|
14 | 14 |
|
15 | 15 |
importClassesFrom(BSgenome, BSgenome, MaskedBSgenome) |
16 | 16 |
|
... | ... |
@@ -36,7 +36,7 @@ importMethodsFrom(Biostrings, consensusMatrix, consensusString, unmasked, comple |
36 | 36 |
|
37 | 37 |
importFrom(Biobase, listLen, rowMax, rowMin) |
38 | 38 |
|
39 |
-importFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
|
39 |
+importFrom(Biostrings, DNAStringSet, RNAStringSet, BStringSet, DNAString, RNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
|
40 | 40 |
|
41 | 41 |
importFrom(biomaRt, getBM, useMart, listDatasets, listAttributes, listFilters) |
42 | 42 |
|
... | ... |
@@ -23,7 +23,7 @@ importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
23 | 23 |
|
24 | 24 |
importMethodsFrom(BSgenome, providerVersion) |
25 | 25 |
|
26 |
-importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", exonsBy, transcriptsBy, transcripts) |
|
26 |
+importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", cdsBy, exonsBy, fiveUTRsByTranscript, threeUTRsByTranscript, transcriptsBy, transcripts) |
|
27 | 27 |
|
28 | 28 |
importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
29 | 29 |
ucscTableQuery, trackNames, tableNames, import, import.gff, |
... | ... |
@@ -90,6 +90,7 @@ export(".chrName", |
90 | 90 |
"DisplayPars", |
91 | 91 |
"SequenceTrack", |
92 | 92 |
"OverlayTrack", |
93 |
+ "drawAxis", |
|
93 | 94 |
"drawGD", |
94 | 95 |
"GeneRegionTrack", |
95 | 96 |
"GenomeAxisTrack", |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@124735 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -70,6 +70,12 @@ importFrom(utils, assignInNamespace, browseURL, write.table) |
70 | 70 |
|
71 | 71 |
importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer, GAlignments, summarizeJunctions) |
72 | 72 |
|
73 |
+importFrom(grDevices, "dev.cur", "dev.off") |
|
74 |
+ |
|
75 |
+importFrom(stats, "setNames") |
|
76 |
+ |
|
77 |
+importFrom(utils, "modifyList", "type.convert") |
|
78 |
+ |
|
73 | 79 |
### |
74 | 80 |
|
75 | 81 |
export(".chrName", |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@101285 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -68,7 +68,7 @@ importFrom(biovizBase, getBioColor) |
68 | 68 |
|
69 | 69 |
importFrom(utils, assignInNamespace, browseURL, write.table) |
70 | 70 |
|
71 |
-importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer) |
|
71 |
+importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer, GAlignments, summarizeJunctions) |
|
72 | 72 |
|
73 | 73 |
### |
74 | 74 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@99132 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -31,7 +31,7 @@ importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
31 | 31 |
import.bw, import.ucsc, import.bed, import.bedGraph, import.chain, |
32 | 32 |
import.wig, seqinfo) |
33 | 33 |
|
34 |
-importMethodsFrom(Biostrings, consensusMatrix) |
|
34 |
+importMethodsFrom(Biostrings, consensusMatrix, consensusString, unmasked, complement) |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
importFrom(Biobase, listLen, rowMax, rowMin) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@99075 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -20,7 +20,6 @@ importClassesFrom(rtracklayer, UCSCData) |
20 | 20 |
|
21 | 21 |
importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
22 | 22 |
|
23 |
-importMethodsFrom(Biobase, rowMedians) |
|
24 | 23 |
|
25 | 24 |
importMethodsFrom(BSgenome, providerVersion) |
26 | 25 |
|
... | ... |
@@ -39,12 +38,14 @@ importFrom(Biobase, listLen, rowMax, rowMin) |
39 | 38 |
|
40 | 39 |
importFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
41 | 40 |
|
42 |
-importFrom(biomaRt, getBM, useMart) |
|
41 |
+importFrom(biomaRt, getBM, useMart, listDatasets, listAttributes, listFilters) |
|
43 | 42 |
|
44 | 43 |
importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
45 | 44 |
|
46 | 45 |
importFrom(graphics, par) |
47 | 46 |
|
47 |
+importFrom(digest, digest) |
|
48 |
+ |
|
48 | 49 |
importFrom(grDevices, boxplot.stats, col2rgb, colorRampPalette, extendrange, |
49 | 50 |
hsv, rgb2hsv) |
50 | 51 |
|
... | ... |
@@ -52,7 +53,7 @@ importFrom(lattice, current.panel.limits, panel.abline, panel.grid, panel.lines, |
52 | 53 |
panel.points, panel.polygon, panel.segments, panel.xyplot, panel.text, |
53 | 54 |
trellis.par.get) |
54 | 55 |
|
55 |
-importFrom(matrixStats, colMaxs) |
|
56 |
+importFrom(matrixStats, colMaxs, rowMedians, rowMins) |
|
56 | 57 |
|
57 | 58 |
importFrom(latticeExtra, panel.xyarea, panel.horizonplot) |
58 | 59 |
|
... | ... |
@@ -69,7 +70,6 @@ importFrom(utils, assignInNamespace, browseURL, write.table) |
69 | 70 |
|
70 | 71 |
importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer) |
71 | 72 |
|
72 |
-importFrom(grid) |
|
73 | 73 |
### |
74 | 74 |
|
75 | 75 |
export(".chrName", |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@98060 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@96205 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,6 +6,7 @@ import(IRanges) |
6 | 6 |
import(XVector) |
7 | 7 |
import(GenomeInfoDb) |
8 | 8 |
import(GenomicRanges) |
9 |
+import(grid) |
|
9 | 10 |
|
10 | 11 |
importClassesFrom(biomaRt, Mart) |
11 | 12 |
|
... | ... |
@@ -47,13 +48,6 @@ importFrom(graphics, par) |
47 | 48 |
importFrom(grDevices, boxplot.stats, col2rgb, colorRampPalette, extendrange, |
48 | 49 |
hsv, rgb2hsv) |
49 | 50 |
|
50 |
-importFrom(grid, convertHeight, convertWidth, convertX, convertY, |
|
51 |
- current.transform, current.viewport, current.vpTree, dataViewport, |
|
52 |
- downViewport, gpar, grid.circle, grid.lines, grid.newpage, |
|
53 |
- grid.polygon, grid.rect, grid.segments, grid.text, grid.yaxis, |
|
54 |
- popViewport, pushViewport, stringHeight, stringWidth, unit, |
|
55 |
- upViewport, viewport) |
|
56 |
- |
|
57 | 51 |
importFrom(lattice, current.panel.limits, panel.abline, panel.grid, panel.lines, |
58 | 52 |
panel.points, panel.polygon, panel.segments, panel.xyplot, panel.text, |
59 | 53 |
trellis.par.get) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@93728 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@92980 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -13,7 +13,7 @@ importClassesFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString) |
13 | 13 |
|
14 | 14 |
importClassesFrom(BSgenome, BSgenome, MaskedBSgenome) |
15 | 15 |
|
16 |
-importClassesFrom(GenomicFeatures, "TranscriptDb") |
|
16 |
+importClassesFrom(GenomicFeatures, "TxDb") |
|
17 | 17 |
|
18 | 18 |
importClassesFrom(rtracklayer, UCSCData) |
19 | 19 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@92353 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,5 +1,6 @@ |
1 | 1 |
import(methods) |
2 | 2 |
|
3 |
+import(BiocGenerics) |
|
3 | 4 |
import(S4Vectors) |
4 | 5 |
import(IRanges) |
5 | 6 |
import(XVector) |
... | ... |
@@ -20,10 +21,6 @@ importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
20 | 21 |
|
21 | 22 |
importMethodsFrom(Biobase, rowMedians) |
22 | 23 |
|
23 |
-importMethodsFrom(BiocGenerics, cbind, duplicated, eval, intersect, lapply, |
|
24 |
- mapply, order, paste, pmax, pmin, rbind, sapply, setdiff, |
|
25 |
- table, tapply, unique) |
|
26 |
- |
|
27 | 24 |
importMethodsFrom(BSgenome, providerVersion) |
28 | 25 |
|
29 | 26 |
importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", exonsBy, transcriptsBy, transcripts) |
... | ... |
@@ -41,8 +38,6 @@ importFrom(Biobase, listLen, rowMax, rowMin) |
41 | 38 |
|
42 | 39 |
importFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString, reverseComplement, readDNAStringSet, DNA_ALPHABET, stackStrings) |
43 | 40 |
|
44 |
-importFrom(BiocGenerics, getObjectSlots) |
|
45 |
- |
|
46 | 41 |
importFrom(biomaRt, getBM, useMart) |
47 | 42 |
|
48 | 43 |
importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@90986 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@89957 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@89255 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,27 +1,18 @@ |
1 |
-#Generated by codetoolsBioC version 0.0.16 |
|
2 |
-#Timestamp: Tue Feb 14 10:11:41 2012 |
|
3 |
- |
|
4 |
-#Imports: AnnotationDbi, Biobase, BiocGenerics, biomaRt, GenomicRanges, |
|
5 |
-# graphics, grDevices, grid, IRanges, lattice, methods, RColorBrewer, |
|
6 |
-# rtracklayer, stats, utils |
|
7 |
- |
|
8 | 1 |
import(methods) |
9 | 2 |
|
3 |
+import(S4Vectors) |
|
4 |
+import(IRanges) |
|
5 |
+import(XVector) |
|
6 |
+import(GenomicRanges) |
|
7 |
+ |
|
10 | 8 |
importClassesFrom(biomaRt, Mart) |
11 | 9 |
|
12 | 10 |
importClassesFrom(Biostrings, DNAStringSet, BStringSet, DNAString, BString) |
13 | 11 |
|
14 |
-importClassesFrom(GenomicRanges, GRanges) |
|
15 |
- |
|
16 | 12 |
importClassesFrom(BSgenome, BSgenome, MaskedBSgenome) |
17 | 13 |
|
18 | 14 |
importClassesFrom(GenomicFeatures, "TranscriptDb") |
19 | 15 |
|
20 |
-importClassesFrom(IRanges, IRanges, NormalIRanges) |
|
21 |
- |
|
22 |
-importClassesFrom(XVector, GroupedIRanges) |
|
23 |
- |
|
24 |
- |
|
25 | 16 |
importClassesFrom(rtracklayer, UCSCData) |
26 | 17 |
|
27 | 18 |
importMethodsFrom(AnnotationDbi, colnames, get, ls, mget, tail) |
... | ... |
@@ -36,21 +27,6 @@ importMethodsFrom(BSgenome, providerVersion) |
36 | 27 |
|
37 | 28 |
importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", exonsBy, transcriptsBy, transcripts) |
38 | 29 |
|
39 |
-importMethodsFrom(GenomicRanges, genome, "genome<-", mcols, "mcols<-", |
|
40 |
- seqlengths, seqnames, seqlevels, seqinfo, strand, "strand<-", |
|
41 |
- seqnameStyle, shift) |
|
42 |
- |
|
43 |
-importMethodsFrom(IRanges, as.data.frame, as.list, as.matrix, as.vector, |
|
44 |
- "colnames<-", coverage, diff, disjointBins, end, "end<-", range, |
|
45 |
- findOverlaps, findRun, gsub, ifelse, "%in%", levels, match, |
|
46 |
- mean, ncol, nrow, queryHits, ranges, "ranges<-", reduce, rev, |
|
47 |
- Rle, rownames, "rownames<-", runmean, runValue, "runValue<-", |
|
48 |
- score, sort, split, start, "start<-", sub, subjectHits, |
|
49 |
- substring, t, tolower, unlist, values, "values<-", which, |
|
50 |
- which.max, width, "width<-", endoapply, |
|
51 |
- elementLengths, overlapsAny) |
|
52 |
- |
|
53 |
- |
|
54 | 30 |
importMethodsFrom(rtracklayer, chrom, close, getTable, "tableName<-", track, |
55 | 31 |
ucscTableQuery, trackNames, tableNames, import, import.gff, |
56 | 32 |
import.gff1, import.gff2, import.gff3, import.2bit, import.bed15, |
... | ... |
@@ -68,8 +44,6 @@ importFrom(BiocGenerics, getObjectSlots) |
68 | 44 |
|
69 | 45 |
importFrom(biomaRt, getBM, useMart) |
70 | 46 |
|
71 |
-importFrom(GenomicRanges, GRanges, renameSeqlevels) |
|
72 |
- |
|
73 | 47 |
importFrom(Rsamtools, scanBamFlag, scanBamHeader, scanBam, ScanBamParam, scanFaIndex, scanFa, BamFile, scanBamWhat, bamWhich) |
74 | 48 |
|
75 | 49 |
importFrom(graphics, par) |
... | ... |
@@ -84,10 +58,6 @@ importFrom(grid, convertHeight, convertWidth, convertX, convertY, |
84 | 58 |
popViewport, pushViewport, stringHeight, stringWidth, unit, |
85 | 59 |
upViewport, viewport) |
86 | 60 |
|
87 |
-importFrom(IRanges, IRanges, DataFrame) |
|
88 |
- |
|
89 |
-importFrom(XVector, subseq) |
|
90 |
- |
|
91 | 61 |
importFrom(lattice, current.panel.limits, panel.abline, panel.grid, panel.lines, |
92 | 62 |
panel.points, panel.polygon, panel.segments, panel.xyplot, panel.text, |
93 | 63 |
trellis.par.get) |
... | ... |
@@ -105,7 +75,7 @@ importFrom(stats, loess.smooth) |
105 | 75 |
|
106 | 76 |
importFrom(biovizBase, getBioColor) |
107 | 77 |
|
108 |
-importFrom(utils, assignInNamespace, browseURL, head, write.table) |
|
78 |
+importFrom(utils, assignInNamespace, browseURL, write.table) |
|
109 | 79 |
|
110 | 80 |
importFrom(GenomicAlignments, extractAlignmentRangesOnReference, sequenceLayer) |
111 | 81 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Gviz@89254 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -36,7 +36,7 @@ importMethodsFrom(BSgenome, providerVersion) |
36 | 36 |
|
37 | 37 |
importMethodsFrom(GenomicFeatures, isActiveSeq, "isActiveSeq<-", exonsBy, transcriptsBy, transcripts) |
38 | 38 |
|
39 |
-importMethodsFrom(GenomicRanges, "elementMetadata<-", genome, "genome<-", mcols, "mcols<-", |
|
39 |
+importMethodsFrom(GenomicRanges, genome, "genome<-", mcols, "mcols<-", |
|
40 | 40 |
seqlengths, seqnames, seqlevels, seqinfo, strand, "strand<-", |
41 | 41 |
seqnameStyle, shift) |
42 | 42 |
|
... | ... |
@@ -47,7 +47,7 @@ importMethodsFrom(IRanges, as.data.frame, as.list, as.matrix, as.vector, |
47 | 47 |
Rle, rownames, "rownames<-", runmean, runValue, "runValue<-", |
48 | 48 |
score, sort, split, start, "start<-", sub, subjectHits, |
49 | 49 |
substring, t, tolower, unlist, values, "values<-", which, |
50 |
- which.max, width, "width<-", elementMetadata, endoapply, |
|
50 |
+ which.max, width, "width<-", endoapply, |
|
51 | 51 |
elementLengths, overlapsAny) |
52 | 52 |
|
53 | 53 |
|
... | ... |
@@ -166,7 +166,6 @@ exportMethods("[", |
166 | 166 |
"coverage", |
167 | 167 |
"displayPars", |
168 | 168 |
"displayPars<-", |
169 |
- "elementMetadata<-", |
|
170 | 169 |
"end", |
171 | 170 |
"end<-", |
172 | 171 |
"exon" |