forked from lima1/sttkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.28 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
export(as_SingleCellExperiment)
export(calculate_nmf_gse)
export(cellphone_for_seurat)
export(cli_check_file_list)
export(cli_check_lib_ids)
export(cluster_bayesspace)
export(cluster_integrated)
export(cluster_nmf)
export(cluster_prediction_strength)
export(cluster_reference)
export(cluster_sc3)
export(cluster_spatial)
export(deconvolute_simulation)
export(deconvolute_spatial)
export(enhance_bayesspace)
export(evaluate_simulation)
export(export_nmf_loupe)
export(export_snn_loupe)
export(find_cluster_neighborhoods)
export(find_markers)
export(find_nearest_neighbors)
export(find_nn_spatial)
export(find_signature_means)
export(import_cellphone)
export(import_loupe)
export(integrate_spatial)
export(normalize_spatial)
export(plot_cellphone)
export(plot_clusters)
export(plot_correlation_heatmap)
export(plot_features)
export(plot_gmt_availability)
export(plot_nmf)
export(plot_nmf_gse)
export(plot_qc_read)
export(plot_sc3)
export(plot_scoloc)
export(plot_signatures)
export(plot_signatures_fake_bulk)
export(plot_signatures_nmf)
export(plot_spatially_variable)
export(plot_violin)
export(read_signatures)
export(read_spatial)
export(read_visium)
export(regex_mito)
export(regex_ribo)
export(set_idents_nmf)
export(set_idents_sc3)
export(simulate_spatial)
export(write_nmf_features)
import(Seurat)
import(ggplot2)
importFrom(AnnotationDbi,mapIds)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(RANN,nn2)
importFrom(data.table,melt)
importFrom(futile.logger,flog.info)
importFrom(futile.logger,flog.warn)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(gridExtra,marrangeGrob)
importFrom(methods,is)
importFrom(methods,new)
importFrom(patchwork,wrap_plots)
importFrom(stats,chisq.test)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,heatmap)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,weighted.mean)
importFrom(tools,file_ext)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,write.csv)
importFrom(utils,write.table)