-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
26 lines (26 loc) · 1.24 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
importFrom(graphics, plot, barplot, boxplot)
import(BiocGenerics)
import(Biobase)
importFrom(aroma.light, normalizeQuantileRank)
importMethodsFrom(IRanges, width, lapply, as.list)
importFrom(IRanges, IRanges, ranges)
importClassesFrom(DESeq, CountDataSet)
importFrom(DESeq, newCountDataSet)
importClassesFrom(Rsamtools,BamFileList)
importFrom(Rsamtools, ScanBamParam, scanBam)
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)
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)