687883a0 |
useDynLib("crlmm", .registration=TRUE)
|
38fb1b80 |
|
a3335242 |
## this is temporary
|
1c2a3f47 |
## exportPattern("^[^\\.]")
|
a3335242 |
|
96d10c6e |
## Biobase
|
115ec6a8 |
importClassesFrom(Biobase, AnnotatedDataFrame, AssayData, eSet, SnpSet,
NChannelSet, MIAME, Versioned, VersionedBiobase,
Versions)
|
38fb1b80 |
|
824cfde4 |
importMethodsFrom(Biobase, annotation, "annotation<-",
annotatedDataFrameFrom, assayData, "assayData<-",
combine, dims, experimentData, "experimentData<-",
|
38fb1b80 |
fData, featureData, "featureData<-", featureNames,
|
d5bc779e |
fvarMetadata, fvarLabels, pData, "pData<-", phenoData,
|
824cfde4 |
"phenoData<-", protocolData, "protocolData<-",
|
afb508f9 |
pubMedIds, rowMedians, sampleNames, snpCall,
snpCallProbability,
"snpCall<-", "snpCallProbability<-", storageMode,
|
824cfde4 |
"storageMode<-", updateObject, varLabels)
|
115ec6a8 |
|
96d10c6e |
importFrom(Biobase, assayDataElement, assayDataElementNames,
|
115ec6a8 |
assayDataElementReplace, assayDataNew, classVersion,
validMsg)
|
96d10c6e |
## oligoClasses
|
1c2a3f47 |
importClassesFrom(oligoClasses, SnpSuperSet, AlleleSet, CNSet)
|
115ec6a8 |
|
5fcfed7d |
importMethodsFrom(oligoClasses, allele, calls, "calls<-", confs,
|
9ac2da3a |
"confs<-", cnConfidence, "cnConfidence<-", isSnp,
|
481f4705 |
chromosome, position, A, B,
|
6846d583 |
"A<-", "B<-", open, close, lM, flags,
batchStatistics, "batchStatistics<-", updateObject)
|
a13f66d1 |
|
9ac2da3a |
importFrom(oligoClasses, chromosome2integer, celfileDate, list.celfiles,
copyNumber, initializeBigMatrix, initializeBigVector)
|
7ae22f52 |
|
69ec8644 |
|
38fb1b80 |
importFrom(graphics, abline, axis, layout, legend, mtext, par, plot,
|
b9ad9e2b |
polygon, rect, segments, text, points, boxplot, lines)
|
38fb1b80 |
importFrom(grDevices, grey)
|
04bd5f4c |
importFrom(affyio, read.celfile.header, read.celfile)
|
38fb1b80 |
|
5fcfed7d |
importFrom(preprocessCore, normalize.quantiles.use.target, normalize.quantiles)
|
38fb1b80 |
|
5fcfed7d |
importFrom(utils, data, packageDescription, setTxtProgressBar, txtProgressBar)
|
38fb1b80 |
|
5fcfed7d |
importFrom(stats, coef, cov, dnorm, kmeans, lm, mad, median, quantile, sd, update)
|
38fb1b80 |
|
eb5b9c72 |
importFrom(genefilter, rowSds)
|
38fb1b80 |
|
c255087e |
importFrom(mvtnorm, dmvnorm)
|
38fb1b80 |
importFrom(ellipse, ellipse)
|
76f72a5a |
importFrom(ff, ffdf, physical.ff, physical.ffdf)
|
6846d583 |
importClassesFrom(oligoClasses, ffdf, ff_matrix)
|
9ac2da3a |
|
97e84a80 |
exportMethods(lines)
|
69ec8644 |
exportMethods(CA, CB)
export(crlmm,
crlmmIllumina,
|
4923ac09 |
crlmmIllumina2,
|
76f72a5a |
ellipseCenters,
|
d08acba1 |
genotype,
|
69ec8644 |
readIdatFiles,
|
d98bfc16 |
readIdatFiles2,
|
f0da6921 |
snprma,
snprma2,
|
d5bc779e |
crlmm2,
|
c1a27c31 |
genotype2, genotypeLD,
|
d08acba1 |
crlmmCopynumber2, crlmmCopynumberLD, crlmmCopynumber)
|
4923ac09 |
export(constructIlluminaCNSet)
|
97e84a80 |
##export(linesCNSet)
|
d08acba1 |
export(fit.lm1, fit.lm2, fit.lm3, fit.lm4, construct,
|
3c6c270e |
dqrlsWrapper, fit.wls)
|
805ca33b |
export(computeCopynumber, ACN)
|
69ec8644 |
export(totalCopyNumber)
|
d08acba1 |
export(cnrma, cnrma2)
|
6846d583 |
exportMethods("A<-", "B<-", "nuA", "nuB", "phiA", "phiB", "nuA<-", "nuB<-", "phiA<-", "phiB<-")
exportMethods(Ns, medians, mads, tau2, corr)
exportClasses(ff_or_matrix)
export(genotypeSummary, summarizeSnps, summarizeNps, shrinkSummary, shrinkGenotypeSummaries, summarizeMaleXGenotypes,
indexComplete)
export(Ns)
|
97e84a80 |
## For debugging
|
81601623 |
## exportPattern("^[^\\.]")
|
1c2a3f47 |
|
518a2908 |
|