-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
77 lines (76 loc) · 1.85 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
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export("%>%")
export(gene_MSI_radar)
export(gene_TMB_radar)
export(gene_age)
export(gene_checkpoint_heatmap)
export(gene_chemokine_heatmap)
export(gene_coexp_heatmap)
export(gene_deg_heatmap)
export(gene_gender)
export(gene_gene_scatter)
export(gene_gsea_go)
export(gene_gsea_kegg)
export(gene_immucell_heatmap)
export(gene_immuinhibitor_heatmap)
export(gene_immunescore_heatmap)
export(gene_immunescore_triangle)
export(gene_immustimulator_heatmap)
export(gene_methylation_scatter)
export(gene_receptor_heatmap)
export(gene_stage)
export(get_cancers)
export(get_immu_ratio)
export(get_immuscore)
export(get_meta)
export(get_methy)
export(get_msi)
export(get_paired_cancers)
export(get_paired_tpm)
export(get_tmb)
export(get_tpm)
export(methy_kmplot)
export(paired_boxplot)
export(pan_boxplot)
export(pan_forest)
export(pan_paired_boxplot)
export(tcga_boxplot)
export(tcga_kmplot)
export(tcga_roc)
import(ComplexHeatmap)
import(clusterProfiler)
import(dplyr)
import(edgeR)
import(ggplot2)
import(ggpubr)
import(grid)
import(limma)
import(org.Hs.eg.db)
import(pROC)
import(patchwork)
import(tibble)
importFrom(circlize,colorRamp2)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,gseaplot2)
importFrom(fmsb,radarchart)
importFrom(forestplot,forestplot)
importFrom(forestplot,fpColors)
importFrom(forestplot,fpTxtGp)
importFrom(ggpubr,ggscatter)
importFrom(ggpubr,ggscatterhist)
importFrom(grid,gpar)
importFrom(magrittr,"%>%")
importFrom(psych,corr.test)
importFrom(reshape2,melt)
importFrom(stringr,str_sub)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survfit)
importFrom(survminer,ggsurvplot)
importFrom(tibble,add_column)
importFrom(tibble,column_to_rownames)
importFrom(tibble,remove_rownames)
importFrom(tinyarray,draw_heatmap)
importFrom(tinyarray,ggheat)