-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(all_metrics)
export(anayze_all)
export(anayze_all_per_cond)
export(anayze_multiple_conditions)
export(clean_results)
export(create_5_lineages_simu)
export(create_bifurcating_simu)
export(create_bifurcating_three_conditions_simu)
export(create_consecutive_bifurcating_simu)
export(import_KRAS)
export(import_TCDD)
export(import_TGFB)
export(import_fibrosis)
export(plot_backbone_modulenet_simplify)
export(plot_example)
export(plot_reduced_dim)
export(plot_reduced_dim_together)
import(DAseq)
import(DropletUtils)
import(GEOquery)
import(Seurat)
import(SingleCellExperiment)
import(dplyr)
import(dyngen)
import(dynutils)
import(ggplot2)
import(ggraph)
import(grid)
import(miloR)
import(monocle3)
import(readr)
import(slingshot)
import(stringr)
import(tibble)
import(tidygraph)
import(tidyr)
importFrom(cydar,spatialFDR)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,sample_frac)
importFrom(igraph,layout.graphopt)
importFrom(magrittr,"%>%")
importFrom(matrixStats,colMedians)
importFrom(openxlsx,read.xlsx)