-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.03 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
Package: GCAS
Type: Package
Title: GEO Cancer Analysis Suite (GCAS)
Version: 0.1.0
Author: Jin Wang
Maintainer: Jin Wang <[email protected]>
Description: GEO Cancer Analysis Suite (GCAS), an R package and visualization interface via shinyApp (link:). GCAS includes four main modules: differential gene expression analysis, correlation studies, pan-cancer analysis, and immune infiltration and drug sensitivity analysis. These modules facilitate the identification of potential cancer biomarkers, elucidation of gene regulatory networks, comprehensive multi-cancer analysis, and assessment of gene expression in relation to immune cell infiltration and drug sensitivity.
License: MIT
Encoding: UTF-8
Imports:
Rcpp,
RobustRankAggreg,
VennDiagram,
digest,
dplyr,
ggplot2,
ggpubr,
ggrepel,
ggtree,
httr,
jsonlite,
meta,
plyr,
psych,
reshape2,
shiny,
stringr,
sva,
tibble,
RColorBrewer,
clusterProfiler,
grid
LinkingTo:
Rcpp
LazyData: true
RoxygenNote: 7.3.2