forked from drisso/archive-EDASeq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
15 lines (15 loc) · 784 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
importFrom(graphics, plot, barplot, boxplot)
import(BiocGenerics)
import(Biobase)
importFrom(aroma.light, normalizeQuantileRank)
importMethodsFrom(IRanges, width, lapply, as.list)
importClassesFrom(DESeq, CountDataSet)
importFrom(DESeq, newCountDataSet)
importClassesFrom(Rsamtools,BamFileList)
importClassesFrom(ShortRead, FastqFileList)
importMethodsFrom(ShortRead, readFastq, alphabetByCycle, sread)
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)