-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
53 lines (52 loc) · 1.38 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
46
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
S3method(lognormalize_and_pca,Seurat)
S3method(lognormalize_and_pca,list)
S3method(qc_filter_seurat_object,Seurat)
S3method(qc_filter_seurat_object,list)
export(add_umap_embedding)
export(cluster_analysis)
export(compute_module_score)
export(create_seurat_object)
export(dim_plot)
export(dim_plot_tailored)
export(dimred_qc_plots)
export(dot_plot)
export(feature_plot)
export(feature_plot_tailored)
export(find_all_markers)
export(find_clusters)
export(find_neighbors)
export(harmony_analysis)
export(heatmap_plot)
export(install_scrublet)
export(lognormalize_and_pca)
export(module_score_analysis)
export(pca_feature_cor_plot)
export(qc_filter_seurat_object)
export(run_cluster_pipeline)
export(run_harmony)
export(run_harmony_pipeline)
export(run_qc_pipeline)
export(run_spatial_qc_pipeline)
export(run_umap)
export(scatter_meta_plot)
export(spatial_create_seurat_object)
export(spatial_dim_plot)
export(spatial_feature_plot)
export(subset_dim_plot)
export(subset_feature_plot)
import(BiocStyle)
import(ggplot2)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(rlang, "%||%")
importFrom(rlang,fn_fmls)
importFrom(stats,filter)
importFrom(stats,median)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,write.csv)