-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(access_data_seurat)
export(cancor_permute)
export(construct_pseudobulk)
export(ctprop_cancor)
export(expr_cancor)
export(extract_PC)
export(extract_hrchy_seurat)
export(extract_hrchy_string)
export(modify_label)
export(select_hvgs)
export(treecor_celldensityplot)
export(treecor_ctprop)
export(treecor_deg)
export(treecor_degheatmap)
export(treecor_expr)
export(treecor_harmony)
export(treecor_samplepcaplot)
export(treecortreatplot)
import(RColorBrewer)
import(Seurat)
import(dplyr)
import(ggplot2)
import(ggraph)
import(harmony)
import(limma)
import(parallel)
import(pheatmap)
importFrom(MASS,kde2d)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,t)
importFrom(RColorBrewer,brewer.pal)
importFrom(Seurat,Tool)
importFrom(ape,nodelabels)
importFrom(ape,plot.phylo)
importFrom(combinat,permn)
importFrom(ggraph,create_layout)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRampPalette)
importFrom(igraph,all_simple_paths)
importFrom(igraph,graph_from_data_frame)
importFrom(limma,loessFit)
importFrom(lmtest,lrtest)
importFrom(parallel,mclapply)
importFrom(patchwork,plot_layout)
importFrom(tidyr,gather)