-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
30 lines (30 loc) · 1.54 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
importFrom(graphics, plot, barplot, boxplot)
import(BiocGenerics)
import(Biobase)
importFrom(aroma.light, normalizeQuantileRank)
importMethodsFrom(IRanges, width, lapply, as.list)
importFrom(IRanges, IRanges, ranges)
importClassesFrom(Rsamtools,BamFileList)
importFrom(Rsamtools, ScanBamParam, scanBam, countBam)
importClassesFrom(ShortRead, FastqFileList)
importMethodsFrom(ShortRead, readFastq, alphabetByCycle, sread)
importFrom("biomaRt", getBM, getSequence, listDatasets, useDataset, useMart, getGene)
importClassesFrom("Biostrings", DNAString)
importMethodsFrom("Biostrings", getSeq, alphabetFrequency)
importFrom("Biostrings", DNAString)
importFrom(AnnotationDbi, mapIds)
importFrom(GenomicFeatures, exonsBy)
importFrom(GenomicRanges, GRanges, GRangesList)
importMethodsFrom(GenomicRanges, reduce)
exportClasses(SeqExpressionSet)
exportMethods(length, width, initialize, barplot, plot, plotQuality, exprs, offst, "offst<-", boxplot,
meanVarPlot, biasPlot, plotNtFrequency, withinLaneNormalization, betweenLaneNormalization,
biasBoxplot, MDPlot, plotRLE, plotPCA, normCounts, "normCounts<-", counts, "counts<-")
export(newSeqExpressionSet,plotQuality)
export(getGeneLengthAndGCContent)
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "legend", "lines", "matplot", "pairs",
"points", "smoothScatter", "text")
importFrom("methods", "as", "callNextMethod", "new", "validObject")
importFrom("stats", "loess", "lowess", "median", "predict", "quantile")
importFrom("utils", "available.packages", "install.packages")