-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.38 KB
/
Copy pathNAMESPACE
File metadata and controls
49 lines (48 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand
export(build_fingerprints)
export(calculate_pathway_activities)
export(check_and_install_packages)
export(create_dir_if_not_exists)
export(create_evaluation_plots)
export(evaluate_predictions)
export(load_10x_data)
export(load_object)
export(load_sce_data)
export(parse_kegg_keg)
export(plot_scCulture)
export(predict_by_similarity)
export(predict_by_svm)
export(preprocess_data)
export(reduce_dimensions)
export(save_object)
export(scCulture)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,theme_minimal)
importFrom(methods,hasMethod)
importFrom(stats,chisq.test)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)