-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 952 Bytes
/
Copy pathNAMESPACE
File metadata and controls
35 lines (34 loc) · 952 Bytes
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
# Generated by roxygen2: do not edit by hand
export(calculate_ecs)
export(calculate_ic)
export(calculate_mei_from_array)
export(check_seurat_ready)
export(create_results_summary)
export(extract_consistent_clusters)
export(get_recommended_parameters)
export(get_robust_labels)
export(plot_ic)
export(plot_stability)
export(scICE_clustering)
import(Seurat)
import(SeuratObject)
import(ggplot2)
import(parallel)
importClassesFrom(Matrix,Matrix)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,sparseMatrix)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(igraph,E)
importFrom(igraph,add_edges)
importFrom(igraph,cluster_leiden)
importFrom(igraph,ecount)
importFrom(igraph,make_empty_graph)
importFrom(igraph,membership)
importFrom(igraph,vcount)
importFrom(methods,as)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,setNames)