-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 993 Bytes
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 993 Bytes
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
# Generated by roxygen2: do not edit by hand
export(aggSE)
export(castSE)
export(flattenPB)
export(log2FC)
export(mergeSEs)
export(resetAllSEtoolsOptions)
export(se2xls)
export(sehm)
export(svacor)
import(BiocParallel)
import(Matrix)
import(SummarizedExperiment)
import(pheatmap)
import(sechm)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(DESeq2,vst)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(circlize,colorRamp2)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(methods,is)
importFrom(openxlsx,write.xlsx)
importFrom(sechm,safescale)
importFrom(sechm,sechm)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,setNames)
importFrom(sva,sva)
importFrom(sva,svaseq)