|
1 | 1 | import(methods)
|
2 | 2 | import(matrixStats)
|
3 | 3 | importFrom(BiocGenerics, combine, updateObject, getObjectSlots)
|
4 |
| -importClassesFrom(Biobase, aggregator, container, eSet, |
5 |
| - MIAxE, MIAME, characterORMIAME, |
6 |
| - annotatedDataset, AssayData, data.frameOrNULL, |
7 |
| - AnnotatedDataFrame, |
8 |
| - Versions, VersionsNull, Versioned, VersionedBiobase, |
9 |
| - ScalarObject, ScalarInteger, ScalarLogical, ScalarNumeric, |
10 |
| - ScalarCharacter) |
11 |
| -importMethodsFrom(Biobase, "[", "[[", "$", abstract, aggenv, aggfun, |
12 |
| - annotatedDataFrameFrom, annotation, |
13 |
| - channel, channelNames, coerce, |
14 |
| - combine, content, contents, description, dims, eList, |
15 |
| - experimentData, expinfo, exprs, |
16 |
| - featureNames, featureData, fData, fvarLabels, fvarMetadata, |
17 |
| - geneNames, getExpData, |
18 |
| - hybridizations, initfun, |
19 |
| - length, locked, makeDataPackage, normControls, notes, otherInfo, pData, |
20 |
| - phenoData, preproc, protocolData, sampleNames, samples, se.exprs, |
21 |
| - selectChannels, snpCall, snpCallProbability, storageMode, |
22 |
| - varLabels, varMetadata, |
23 |
| - "annotation<-", "description<-", "dimLabels<-", "eList<-", |
24 |
| - "experimentData<-", "exprs<-", |
25 |
| - "featureNames<-", "featureData<-", "fData<-", "fvarLabels<-", "fvarMetadata<-", |
26 |
| - "geneNames<-", "notes<-", "preproc<-", "pData<-", |
27 |
| - "phenoData<-", "protocolData<-", "sampleNames<-", |
28 |
| - "snpCall<-", "snpCallProbability<-", "varLabels<-", |
29 |
| - "varMetadata<-", "assayData<-", "se.exprs<-", "storageMode<-", |
30 |
| - "write.exprs", dim, dimLabels, assayData, reporterNames, "reporterNames<-", |
31 |
| - pubMedIds, "pubMedIds<-", |
32 |
| - isVersioned, isCurrent, classVersion, "classVersion<-", |
33 |
| - updateObject, updateObjectTo, |
34 |
| - initialize, Compare) |
| 4 | +importClassesFrom(Biobase, AnnotatedDataFrame, AssayData, eSet, MIAxE, |
| 5 | + Versions) |
| 6 | +importMethodsFrom(Biobase, annotation, "annotation<-", channel, |
| 7 | + classVersion, experimentData, featureData, |
| 8 | + featureNames, "featureNames<-", isCurrent, "pData<-", |
| 9 | + phenoData, protocolData, sampleNames) |
35 | 10 | import(GenomicRanges)
|
36 |
| - |
37 |
| -## including show in this import fails with obscure message during an installation |
38 |
| -## either R CMD build (which will install the package in order to build vignette |
39 |
| -## or by R CMD build --no-vignettes followed by R CMD INSTALL |
40 |
| - |
41 | 11 | importFrom(Biobase, assayDataElementNames,
|
42 | 12 | assayDataElement, assayDataElementReplace, "assayDataElement<-",
|
43 | 13 | "cache", "copyEnv", "copySubstitute")
|
| 14 | + |
44 | 15 | importFrom(reshape, melt)
|
45 | 16 | importFrom(mclust, Mclust)
|
46 | 17 | importFrom(RColorBrewer, brewer.pal)
|
|
0 commit comments