-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
31 lines (31 loc) · 1.18 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
Package: tinyarray
Type: Package
Title: Expression Data Analysis and Visualization
Version: 2.4.2
Authors@R:person("Xiaojie", "Sun", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Xiaojie Sun <[email protected]>
Description: The Gene Expression Omnibus (<https://www.ncbi.nlm.nih.gov/geo/>) and The Cancer Genome Atlas (<https://portal.gdc.cancer.gov/>) are widely used medical public databases. Our platform integrates routine analysis and visualization tools for expression data to provide concise and intuitive data analysis and presentation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
BiocManager,
clusterProfiler,
dplyr,
limma,
stringr,
tibble,
pheatmap,
ggplot2,
survival,
Hmisc,
survminer,
patchwork
Suggests: testthat, AnnoProbe, GEOquery, Biobase, VennDiagram,
FactoMineR, factoextra, knitr, rmarkdown, cowplot, ggpubr,
ggplotify, tidyr, labeling, Rtsne, scatterplot3d,
ComplexHeatmap, circlize,org.Rn.eg.db,org.Mm.eg.db,org.Hs.eg.db
URL: https://github.com/xjsun1221/tinyarray
BugReports: https://github.com/xjsun1221/tinyarray/issues
Depends: R (>= 4.1.0)
RoxygenNote: 7.3.1