-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
32 lines (31 loc) · 934 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
# Generated by roxygen2: do not edit by hand
export(SCnorm)
export(getCounts)
export(getSlopes)
export(plotCountDepth)
export(plotWithinFactor)
export(results)
export(scaleNormMultCont)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(ggplot2)
import(grDevices)
import(graphics)
importFrom(BiocGenerics,counts)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(BiocParallel,register)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,normcounts)
importFrom(SummarizedExperiment,assays)
importFrom(cluster,clara)
importFrom(data.table,data.table)
importFrom(data.table,melt)
importFrom(methods,as)
importFrom(methods,is)
importFrom(moments,skewness)
importFrom(parallel,detectCores)
importFrom(quantreg,dither)
importFrom(quantreg,rq)
importFrom(stats, density, loess, median, model.matrix, na.exclude, na.omit, poly, predict, quantile)