-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
59 lines (58 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
export(ccle_2_wide)
export(de_analysis)
export(filter_subset_sig)
export(get_de_table)
export(get_degs)
export(get_gsc_sig)
export(get_lm_sig)
export(get_panglao_sig)
export(gls2gsc)
export(gsc_plot)
export(list_panglao_organs)
export(list_panglao_types)
export(merge_markers)
export(pca_matrix_plot)
export(plot_diagnostics)
export(plot_mean_var)
export(process_data)
export(pseudo_sample_list)
export(pseudo_samples)
export(remove_bg_exp)
export(remove_bg_exp_mat)
export(select_sig)
export(sig_boxplot)
export(sig_gseaplot)
export(sig_heatmap)
export(sig_rankdensity_plot)
export(sig_scatter_plot)
import(GSEABase)
import(edgeR)
import(ggplot2)
import(ggpubr)
import(graphics)
import(limma)
import(methods)
import(msigdb)
import(org.Hs.eg.db)
import(patchwork)
import(stats)
importFrom(Biobase,exprs)
importFrom(Biobase,pData)
importFrom(Biobase,rowMedians)
importFrom(SeuratObject,GetAssayData)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(grDevices,colorRampPalette)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,stack)