-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
S3method(print,PPR_OBJECT)
export(.onAttach)
export(accuracy_test)
export(cell_position_box)
export(get_example_data)
export(get_synthetic_data)
export(metrics)
export(ppr2seu)
export(ppr_plot)
export(ppr_vioplot)
export(precision)
export(precisionP)
export(predict_position)
export(reduce_counts_matrix)
export(reference_idents)
export(sample_prediction)
export(subset_switching_genes)
export(switching_times)
export(which_mid_max)
exportClasses(PPR_OBJECT)
importFrom(GeneSwitches,filter_switchgenes)
importFrom(RColorBrewer,brewer.pal)
importFrom(Seurat,AddMetaData)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,colData)
importFrom(graphics,abline)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,stripchart)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,sd)
importFrom(vioplot,vioplot)