-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(create_signatures)
export(de_limma)
export(get_pexpr)
importFrom(Matrix,t)
importFrom(S4Vectors,SimpleList)
importFrom(SingleCellExperiment,"sizeFactors<-")
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,sizeFactors)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,voomLmFit)
importFrom(limma,arrayWeights)
importFrom(limma,contrasts.fit)
importFrom(limma,duplicateCorrelation)
importFrom(limma,is.fullrank)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTreat)
importFrom(limma,treat)
importFrom(methods,as)
importFrom(methods,is)
importFrom(scuttle,aggregateAcrossCells)
importFrom(scuttle,librarySizeFactors)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(utils,combn)
importFrom(utils,head)