-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
55 lines (55 loc) · 1.75 KB
/
DESCRIPTION
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
Package: TCGAplot
Type: Package
Title: Pan-cancer multi-omics integrated analysis and visualization
Version: 0.99.0
Description: TCGA pan-cancer multi-omics data were integrated and included in this package, including gene expression TPM (transcripts per million) matrix,
TMB (tumor mutational burden), MSI (microsatellite instability), immune cell ratio, immune score, promoter methylation, and clinical information.
A number of functions were generated to perform pan-cancer paired/unpaired differential gene expression analysis, pan-cancer correlation analsys between
gene expression and TMB, MSI, immune cell ratio, immune score,immune stimulator,immune inhibitor, and promoter methylation. Methods for visualization
were provided, including paired/unpaired boxplot, survival plot, ROC curve, heatmap, scatter, radar chart, and forest plot,
in order to easily perform integrative pan-cancer multi-omics analysis.
Authors@R: person("Xiong", "Wang",
email="[email protected]",
role=c("aut","cre"),
comment = c(ORCID = "0000-0002-4588-1898"))
Maintainer: Xiong Wang <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
Depends:
R (>= 2.10),
ggpubr (>= 0.6.0),
Imports:
tinyarray,
tibble,
magrittr,
dplyr,
ggplot2,
stringr,
reshape2,
psych,
limma,
edgeR,
org.Hs.eg.db,
clusterProfiler,
enrichplot,
circlize,
grid,
fmsb,
survival,
survminer,
forestplot,
pROC,
patchwork,
ComplexHeatmap
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
biocViews:
Software
BugReports: https://github.com/tjhwangxiong/TCGAplot/issues
Config/testthat/edition: 3