This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.6 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
Package: CrossICC
Type: Package
Title: An Interactive Consensus Clustering Framework for Multi-platform Data Analysis
Version: 0.99.27
Description: CrossICC utilizes an iterative strategy to derive the optimal gene set and cluster number from consensus similarity matrix generated by consensus clustering and it is able to deal with multiple cross platform datasets so that requires no between-dataset normalizations. This package also provides abundant functions for visualization and identifying subtypes of cancer. Specially, many cancer-related analysis methods are embedded to facilitate the clinical translation of the identified cancer subtypes.
Authors@R: c(
person('Yu', 'Sun', email = "suny226@mail2.sysu.edu.cn", role = c('aut', 'cre'), comment = c(ORCID = '0000-0003-4269-7187')),
person('Qi', 'Zhao', email = 'zhaoqi@sysucc.org.cn', role = 'aut', comment = c(ORCID = '0000-0002-8683-6145'))
)
License: GPL-3 | file LICENSE
Encoding: UTF-8
Suggests: rmarkdown,
testthat,
knitr,
shiny,
shinydashboard,
shinyWidgets,
shinycssloaders,
DT,
ggthemes,
ggplot2,
pheatmap,
RColorBrewer,
tibble,
ggalluvial
RoxygenNote: 6.1.1
Imports: data.table,
methods,
MergeMaid,
ConsensusClusterPlus,
limma,
cluster,
dplyr,
Biobase,
grDevices,
stats,
graphics,
utils
Depends: R (>= 3.5),
MASS
biocViews: Software, GeneExpression, DifferentialExpression, GUI, GeneSetEnrichment, Classification, Clustering,
FeatureExtraction, Survival, Microarray, RNASeq, BatchEffect, Normalization, Preprocessing, Visualization
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)