-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNAMESPACE
112 lines (100 loc) · 3.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Imports
import(S4Vectors)
import(Biobase)
import(NanoStringNCTools)
import(ggplot2)
importClassesFrom(S4Vectors, DataFrame)
importClassesFrom(NanoStringNCTools, SignatureSet)
importFrom(rjson, fromJSON)
importFrom(readxl, read_xlsx)
importFrom(EnvStats, geoMean)
importFrom(reshape2, dcast)
importFrom(utils, read.csv)
importFrom(stats, as.formula)
importFrom(stats, quantile)
importFrom(stats, anova)
importFrom(stats, formula)
importFrom(stats, p.adjust)
importFrom(methods, callGeneric)
importFrom(methods, callNextMethod)
importFrom(methods, is)
importFrom(methods, new)
importFrom(methods, validObject)
importFrom(dplyr, bind_rows)
importFrom(utils, capture.output)
importFrom(utils, write.table)
importFrom("utils", "packageVersion")
importFrom(data.table, data.table, .SD, as.data.table)
importFrom(lmerTest, lmer)
importFrom(lmerTest, ls_means)
importFrom(parallel, mclapply)
importFrom(parallel, parLapply)
importFrom(parallel, makeCluster)
importFrom(parallel, stopCluster)
importFrom(stringr, str_split)
importFrom(BiocGenerics, design)
importFrom(BiocGenerics, "design<-")
importFrom(BiocGenerics, getObjectSlots)
importFrom(BiocGenerics, updateObject)
importFrom("grDevices", "col2rgb", "colors", "rgb")
importFrom("graphics", "abline", "axis", "boxplot", "legend", "pairs",
"par", "points")
importFrom(stats, median)
importFrom("stats", "pt", "qt", "uniroot")
importFrom(rlang, expr_text)
importFrom(GGally, ggpairs)
importFrom(GGally, wrap)
importFrom(SeuratObject,as.Seurat)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 classes
exportClasses(NanoStringGeoMxSet)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 generics
export(NanoStringGeoMxSet, sData, svarLabels, dimLabels, "dimLabels<-",
featureType, "featureType<-",
signatures, "signatures<-", signatureScores,
design, "design<-", signatureGroups,
checkQCFlags)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 methods
exportMethods(NanoStringGeoMxSet, show,
sData, svarLabels, dimLabels, "dimLabels<-",
featureType, "featureType<-",
signatures, "signatures<-", signatureScores,
design, "design<-", signatureGroups,
checkQCFlags, normalize, analyte)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S3 methods
S3method(as.Seurat,NanoStringGeoMxSet)
S3method(as.SpatialExperiment,NanoStringGeoMxSet)
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export non-generic functions
export(readNanoStringGeoMxSet,
readDccFile,
readPKCFile,
writeNanoStringGeoMxSet)
export(aggregateCounts)
export(checkQCFlags)
export(countsShiftedByOne)
export(logtBase)
export(ngeoMean)
export(ngeoSD)
export(setSegmentQCFlags)
export(setBackgroundQCFlags)
export(setBioProbeQCFlags)
export(setGeoMxQCFlags)
export(setSeqQCFlags)
export(shiftCountsOne)
export(summarizeNegatives)
export(mixedModelDE)
export(iggNames)
export(hkNames)
export(computeNormalizationFactors)
export(qcProteinSignal)
export(plotConcordance)
export(plotNormFactorConcordance)
export(qcProteinSignalNames)
export(updateGeoMxSet)
export(as.Seurat)
export(as.SpatialExperiment)