-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 981 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
35
36
# Generated by roxygen2: do not edit by hand
export(runBaselineMethod)
export(scCTS)
import(DelayedArray)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(cli)
import(doParallel)
import(dplyr)
importFrom(BiocParallel,MulticoreParam)
importFrom(Matrix,colSums)
importFrom(Matrix,t)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(abind,abind)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_text)
importFrom(data.table,rbindlist)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(iterators,iter)
importFrom(matrixTests,row_t_welch)
importFrom(matrixTests,row_wilcoxon_twosample)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(parallel,splitIndices)
importFrom(purrr,map2)
importFrom(purrr,quietly)
importFrom(readr,read_csv)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(stringr,str_glue)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)