-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
67 lines (66 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(Constr_net)
export(CreateScRank)
export(init_mod)
export(plot_dim)
export(plot_drug_function)
export(plot_net)
export(rank_celltype)
export(scRank_GSEA)
exportClasses(scRank)
import(ComplexHeatmap)
import(RSpectra)
import(RhpcBLASctl)
import(Seurat)
import(doParallel)
import(dplyr)
import(dynamicTreeCut)
import(foreach)
import(ggplot2)
import(ggpubr)
import(methods)
import(msigdbr)
import(parallel)
import(pbapply)
import(readr)
import(viridis)
importFrom(Matrix,t)
importFrom(cowplot,plot_grid)
importFrom(crayon,cyan)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(fgsea,fgsea)
importFrom(ggrepel,geom_text_repel)
importFrom(ggridges,geom_density_ridges)
importFrom(ggridges,position_points_jitter)
importFrom(ggridges,theme_ridges)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout.graphopt)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(rTensor,as.tensor)
importFrom(rTensor,cp)
importFrom(scales,rescale)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(tester,is_numeric_dataframe)
importFrom(tester,is_numeric_matrix)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,replace_na)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)