forked from tgac-vumc/ACE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (43 loc) · 1.72 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# IMPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
importClassesFrom(Biobase, AnnotatedDataFrame, AssayData, eSet, MIAxE,
Versioned, VersionedBiobase, Versions)
importClassesFrom(QDNAseq, QDNAseqCopyNumbers, QDNAseqReadCounts)
importClassesFrom(GenomicRanges, GRanges)
importMethodsFrom(Biobase, AnnotatedDataFrame, assayData, classVersion, fData,
"fData<-", featureData, featureNames, pData, "pData<-", phenoData,
sampleNames, "sampleNames<-", varMetadata)
importFrom(Biobase, assayDataElement, "assayDataElement<-",
assayDataElementNames, assayDataElementReplace, assayDataNew, sampleNames)
importFrom(stats, sd, cor, t.test, wilcox.test, median, mad, pnorm, rnorm, p.adjust, na.exclude, binom.test)
importFrom(utils, data, maintainer, packageVersion, read.table, write.table, tail)
importFrom(grDevices, dev.off, pdf, png)
importFrom(methods, is)
import(ggplot2)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EXPORTS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#exportPattern("^[[:alpha:]]+")
export("runACE")
export("ploidyplotloop")
export("singlemodel")
export("squaremodel")
export("singleplot")
export("analyzegenomiclocations")
export("getadjustedsegments")
export("objectsampletotemplate")
export("linkvariants")
export("postanalysisloop")
export("twosamplecompare")
export("ACEcall")
export("squaremodelsummary")
export("loopsquaremodel")
export("templatefromequalsegments")
export("segmentstotemplate")
export("compresstemplate")
export("correlationmatrix")
export("correlationmatrixadjusted")
export("forcesegmentsontemplate")
# EOF