-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
33 lines (32 loc) · 880 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
# Generated by roxygen2: do not edit by hand
export(combine_scGate_multiclass)
export(gating_model)
export(get_scGateDB)
export(get_testing_data)
export(load_scGate_model)
export(performance.metrics)
export(plot_UCell_scores)
export(plot_levels)
export(plot_tree)
export(scGate)
export(test_my_model)
import(Seurat)
import(ggplot2)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(Seurat,DimPlot)
importFrom(UCell,AddModuleScore_UCell)
importFrom(UCell,SmoothKNN)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,left_join)
importFrom(ggridges,geom_density_ridges)
importFrom(methods,is)
importFrom(patchwork,wrap_plots)
importFrom(reshape2,melt)
importFrom(stats,setNames)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,unzip)