-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
36 lines (36 loc) · 1.02 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
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Imports
import(S4Vectors)
import(Biobase)
import(ggplot2)
import(ggrepel)
import(ggforce)
import(cowplot)
import(scales)
import(umap)
import(Rtsne)
import(pheatmap)
import(BiocStyle)
importClassesFrom(NanoStringNCTools, SignatureSet)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(GeomxTools, NanoStringGeoMxSet)
importFrom(NanoStringNCTools, SignatureSet)
importFrom(rjson, fromJSON)
importFrom(readxl, read_xlsx)
importFrom(EnvStats, geoMean)
importFrom(dplyr, count)
importFrom(reshape2, dcast)
importFrom(utils, read.csv)
importFrom(stats, as.formula)
importFrom(stats, quantile)
importFrom(stats, weights)
importFrom(methods, callGeneric)
importFrom(methods, callNextMethod)
importFrom(methods, is)
importFrom(methods, validObject)
importFrom(data.table, data.table, .SD)
importFrom(utils, write.table)
importFrom(outliers, grubbs.test)
importFrom(BiocGenerics, design)
importFrom(BiocGenerics, "design<-")
importFrom(networkD3, sankeyNetwork)