-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
62 lines (61 loc) · 1.35 KB
/
NAMESPACE
File metadata and controls
62 lines (61 loc) · 1.35 KB
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
# Generated by roxygen2: do not edit by hand
S3method(cbind,fill)
export("%>%")
export(assess_integration)
export(calc_sumZscore)
export(check_normal)
export(convert_genes)
export(corner)
export(filter_genes)
export(format_GSEA_name)
export(full_join_rownames)
export(genecoexp_scatter_hyper)
export(get_GSEAsq_terms)
export(get_PC_genes)
export(get_gene_desc)
export(get_kspval)
export(get_loadings)
export(get_log_coding_geneexp)
export(left_join_rownames)
export(output_DESeq)
export(phyper_df)
export(plot_DEgene_boxplot)
export(plot_GSEA_barplot)
export(plot_GSEA_pathway)
export(plot_GSEA_pathway_batch)
export(plot_GSEAsq_density)
export(plot_PCA)
export(plot_PCA_3D)
export(plot_PCA_biplot)
export(plot_PCA_matrix)
export(plot_comp_barplot)
export(plot_density)
export(plot_dimplot_grid)
export(plot_distribution)
export(plot_featurescatter)
export(plot_scatter)
export(plot_screeplot)
export(plot_volcano)
export(plot_waterfall)
export(predict_PCA)
export(quantile_norm)
export(reload_pkg)
export(rotate_varimax)
export(rread)
export(run_CellMixS)
export(run_GSEA_squared)
export(run_LISI)
export(run_MixingMetric)
export(run_PCA)
export(run_RRHO)
export(rwrite)
export(split_line)
export(use_pkg)
import(dplyr)
import(ggplot2)
import(patchwork)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(stats,cor)
importFrom(stats,phyper)
importFrom(utils,write.csv)