-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
43 lines (42 loc) · 1014 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(BatchCorrectedCounts)
export(ExtractHighCorFeatures)
export(ExtractTopFeatures)
export(FitGoM)
export(FitGoMpool)
export(RemoveSparseFeatures)
export(StructureGGplot)
export(StructurePie)
export(compGoM)
export(compare_omega)
export(handleNA)
export(nullmodel_GoM)
import(SQUAREM)
import(ggplot2)
import(grDevices)
import(gtools)
import(mapplots)
import(plyr)
import(reshape2)
import(slam)
import(stats)
importFrom(Rtsne,Rtsne)
importFrom(cowplot,ggdraw)
importFrom(cowplot,panel_border)
importFrom(cowplot,plot_grid)
importFrom(flexmix,KLdiv)
importFrom(graphics,abline)
importFrom(gtools,rdirichlet)
importFrom(limma,voom)
importFrom(maptpx,topics)
importFrom(parallel,mclapply)
importFrom(picante,randomizeMatrix)
importFrom(slam,as.simple_triplet_matrix)
importFrom(slam,col_sums)
importFrom(slam,row_sums)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dmultinom)
importFrom(stats,lm)
importFrom(stats,rpois)
importFrom(utils,modifyList)