forked from xlucpu/MOVICS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
107 lines (107 loc) · 2.37 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Package: MOVICS
Title: Multi-Omics integration and VIsualization in Cancer Subtyping
Version: 0.99.13
Authors@R:
person(given = "Xiaofan",
family = "Lu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2417-6548"))
Description: This package provides a unified interface for 10 state-of-the-art multi-omics clustering algorithms, and forms a pipeline for most commonly used downstream analyses in cancer subtyping researches and to create feature rich customizable visualzations with minimal effort.
Depends: R (>= 4.0.1)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown,
kableExtra
Remotes:
github::danro9685/CIMLR@R, github::Lothelab/CMScaller@master, github::jokergoo/ComplexHeatmap@master, github::davidgohel/officer@master
Imports:
CIMLR,
ClassDiscovery,
ConsensusClusterPlus,
IntNMF,
PINSPlus,
SNFtool,
coca,
dplyr,
ggplot2,
iClusterPlus,
mogsa,
vegan,
circlize,
survival,
survminer,
ggpmisc,
tibble,
limma,
DESeq2,
edgeR,
aricode,
ggalluvial,
flexclust,
reshape2,
clusterProfiler,
GSVA,
grid,
cowplot,
jstable,
impute,
CMScaller,
car,
genefilter,
ggpubr,
preprocessCore,
ridge,
sva,
grDevices,
maftools,
patchwork,
ComplexHeatmap (>= 2.5.4),
pamr,
clusterRepro
VignetteBuilder: knitr
RoxygenNote: 7.1.1
biocViews: Clustering, DifferentialExpression, GeneSetEnrichment, MultipleComparison, SomaticMutation, CopyNumberVariation, Survival
URL: https://github.com/xlucpu/MOVICS
BugReports: https://github.com/xlucpu/MOVICS/issues
Collate:
'compAgree.R'
'compClinvar.R'
'compDrugsen.R'
'compFGA.R'
'compMut.R'
'compSurv.R'
'compTMB.R'
'getCIMLR.R'
'getCOCA.R'
'getClustNum.R'
'getConsensusClustering.R'
'getConsensusMOIC.R'
'getSilhouette.R'
'getElites.R'
'getIntNMF.R'
'getLRAcluster.R'
'getMOIC.R'
'getMoCluster.R'
'getMoHeatmap.R'
'getNEMO.R'
'getPINSPlus.R'
'getSNF.R'
'getStdiz.R'
'getiClusterBayes.R'
'runDEA.R'
'runGSEA.R'
'runGSVA.R'
'runMarker.R'
'runNTP.R'
'runPAM.R'
'runKappa.R'
'pRRophetic.R'
'LRAcluster.R'
'quiet.R'
'dataset.R'
'global.R'