-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.16 KB
/
Copy pathNAMESPACE
File metadata and controls
47 lines (46 loc) · 1.16 KB
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
# Generated by roxygen2: do not edit by hand
export(colranks)
export(dualGSEA)
export(gmt2mat)
export(gset.rankcor)
export(mat2gmt)
export(normalize_medians)
export(plaid)
export(read.gmt)
export(replaid.aucell)
export(replaid.gsva)
export(replaid.scse)
export(replaid.sing)
export(replaid.ssgsea)
export(replaid.ucell)
export(write.gmt)
importFrom(BiocSet,es_elementset)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,colScale)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Matrix,which)
importFrom(MatrixGenerics,colRanks)
importFrom(MatrixGenerics,colVars)
importFrom(MatrixGenerics,rowSds)
importFrom(Rfast,ttests)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(matrixStats,colMedians)
importFrom(methods,as)
importFrom(methods,is)
importFrom(parallel,mclapply)
importFrom(qlcMatrix,corSparse)
importFrom(stats,ecdf)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.csv)