-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(Exp_plots)
export(PCA_loadings)
export(PC_plots)
export(add_cell_cycle)
export(add_nReads)
export(add_perc_mito)
export(add_pseudotime)
export(change_clus_ids)
export(continuousPlots)
export(discretePlots)
export(find_markers)
export(gene_count_function)
export(get_avg_exp)
export(get_perc_count)
export(get_umi)
export(groupContinuousPlots)
export(groupDiscretePlots)
export(group_cells)
export(jitter_plot)
export(make_plot_df)
export(monocle_genes)
export(percent_cycling_cells)
export(percent_list)
export(percents_and_counts)
export(plotDimRed)
export(plot_avg_exp_genes)
export(plot_gene_set)
export(plot_heatmap)
export(plot_volcano)
export(population_plots)
export(populationsDFS)
export(populations_dfs)
export(process_cells)
export(qc_plot)
export(run_cyclone)
export(run_dpt)
export(run_monocle)
export(set_stage)
export(significant_markers)
export(subset_seurat)
export(tSNE_PCA)
export(trio_plots)
export(umi_count_function)
export(violin_plot)
import(RColorBrewer)
import(Seurat)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(gridExtra)