Skip to content

Commit

Permalink
Fix NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteHaitch committed Apr 16, 2018
1 parent 15c59ae commit c5a66a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NAMESPACE
Expand Up @@ -5,7 +5,7 @@ importMethodsFrom(Biobase, exprs, fData,
featureNames, "featureNames<-",
pData, "pData<-",
sampleNames, "sampleNames<-")
import(Biostrings)
import(Biostrings, except = c(type))
importMethodsFrom(GenomeInfoDb, seqlevels, "seqlevels<-", genome, "genome<-", seqlengths, "seqlengths<-")
importClassesFrom(GenomeInfoDb, Seqinfo)
import(GenomicRanges)
Expand All @@ -26,7 +26,7 @@ importFrom(beanplot, beanplot)
importFrom(nor1mix, norMix, pnorMix, qnorMix)
importFrom(siggenes, pi0.est, qvalue.cal)
importFrom(limma, squeezeVar, lmFit, eBayes, contrasts.fit, normexp.signal)
importFrom(preprocessCore, normalize.quantiles)
importFrom(preprocessCore, normalize.quantiles, normalize.quantiles.use.target)
importFrom(illuminaio, readIDAT)
importFrom(genefilter, rowFtests, rowttests)
importFrom(utils, packageVersion, read.csv, read.table, data)
Expand All @@ -44,7 +44,7 @@ importFrom("graphics", "abline", "axis", "legend", "lines", "par",
"plot", "plot.new", "stripchart", "text")
importFrom("stats", "approx", "as.formula", "cmdscale", "contrasts",
"dist", "fitted", "kmeans", "lm", "lm.fit", "model.matrix",
"pchisq", "pf", "pnorm", "prcomp", "pt", "rnorm", "runif",
"pchisq", "pf", "prcomp", "pt", "rnorm", "runif",
"vcov")

export(getManifest, getProbeInfo, getManifestInfo,
Expand Down

0 comments on commit c5a66a9

Please sign in to comment.