-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
34 lines (33 loc) · 998 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(.inptPreparer,SummarizedExperiment)
S3method(.inptPreparer,default)
S3method(.inptPreparer,matrix)
S3method(calculatePhysioMap,default)
S3method(calculatePhysioMap,list)
export(PhysioHeatmap)
export(calculatePhysioMap)
export(spaceMaker)
import(grDevices)
import(graphics)
import(progress)
import(stats)
import(utils)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,results)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(impute,impute.knn)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(missMDA,estim_ncpPCA)
importFrom(missMDA,imputePCA)
importFrom(parallel,detectCores)