-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
export(cellTypeTrain)
export(cellTypeTree)
export(features)
export(getN)
export(learningCurve)
export(model)
export(modelweights)
export(name)
export(plotCellTypeTree)
export(predict_scClassify)
export(predict_scClassifyJoint)
export(runHOPACH)
export(runSampleCal)
export(scClassify)
export(scClassifyTrainModelList)
export(train_scClassify)
exportClasses(scClassifyTrainModel)
exportClasses(scClassifyTrainModelList)
import(ggplot2)
import(igraph)
import(limma)
import(statmod)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,SimpleList)
importClassesFrom(S4Vectors,character_OR_NULL)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(Cepo,Cepo)
importFrom(Cepo,topGenes)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(cluster,pam)
importFrom(ggraph,geom_edge_diagonal)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(hopach,as.hdist)
importFrom(hopach,distancevector)
importFrom(hopach,hdist)
importFrom(hopach,improveordering)
importFrom(hopach,is.hdist)
importFrom(hopach,vectmatrix)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(mgcv,gam)
importFrom(minpack.lm,nlsLM)
importFrom(mixtools,normalmixEM)
importFrom(proxy,as.dist)
importFrom(proxy,dist)
importFrom(proxyC,simil)
importFrom(stats,coef)
importFrom(stats,cutree)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,uniroot)