-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
export(data_process)
export(lancaster.combination)
export(scDEA.p.adjust)
export(scDEA_individual_methods)
importFrom(BPSC,BPglm)
importFrom(BiocGenerics,estimateDispersions)
importFrom(BiocGenerics,estimateSizeFactors)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,results)
importFrom(DEsingle,DEsingle)
importFrom(DEsingle,DEtype)
importFrom(MAST,FromMatrix)
importFrom(MAST,lrTest)
importFrom(MAST,zlm)
importFrom(Matrix,rowSums)
importFrom(S4Vectors,DataFrame)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,FindMarkers)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(VGAM,negbinomial.size)
importFrom(VGAM,tobit)
importFrom(aggregation,lancaster)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,dimnames.TopTags)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,topTags)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(methods,new)
importFrom(monocle,relative2abs)
importFrom(scDD,preprocess)
importFrom(scDD,scDD)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(zingeR,glmWeightedF)
importFrom(zingeR,zeroWeightsLS)