-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.11 KB
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 1.11 KB
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
40
# Generated by roxygen2: do not edit by hand
export(compute.benchmark)
export(compute.deconvolution)
export(compute.deconvolution.analysis)
export(compute_deconvolution_dictionary)
export(compute_subgroups_pathways)
export(create_metacells)
export(create_sc_pseudobulk)
export(create_sc_signatures)
export(estimate_expression_profiles)
export(prepare_multideconv_folds)
export(replicate_deconvolution_subgroups)
import(pcaMethods)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,mutate)
importFrom(factoextra,fviz_nbclust)
importFrom(factoextra,hcut)
importFrom(foreach,"%dopar%")
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,polygon)
importFrom(grid,gpar)
importFrom(grid,unit)
importFrom(nnls,nnls)
importFrom(pcaMethods,prep)
importFrom(purrr,list_flatten)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,write.csv)