Diff of /DESCRIPTION [000000] .. [494cbf]

Switch to unified view

a b/DESCRIPTION
1
Package: MOVICS
2
Title: Multi-Omics integration and VIsualization in Cancer Subtyping
3
Version: 0.99.17
4
Authors@R: 
5
    person(given = "Xiaofan",
6
           family = "Lu",
7
           role = c("aut", "cre"),
8
           email = "xlu.cpu@foxmail.com",
9
           comment = c(ORCID = "0000-0003-2417-6548"))
10
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.
11
Depends: R (>= 4.0.1)
12
License: GPL-3 + file LICENSE
13
Encoding: UTF-8
14
LazyData: true
15
Suggests: 
16
    testthat,
17
    knitr,
18
    rmarkdown,
19
    kableExtra
20
Remotes: 
21
    github::maxconway/SNFtool@master, github::danro9685/CIMLR@R, github::Lothelab/CMScaller@master, github::davidgohel/officer@master
22
Imports: 
23
    CIMLR,
24
    ClassDiscovery,
25
    ConsensusClusterPlus,
26
    IntNMF,
27
    PINSPlus,
28
    SNFtool,
29
    coca,
30
    dplyr,
31
    ggplot2,
32
    iClusterPlus,
33
    mogsa,
34
    vegan,
35
    circlize,
36
    survival,
37
    survminer,
38
    ggpp,
39
    tibble,
40
    limma,
41
    DESeq2,
42
    edgeR,
43
    aricode,
44
    ggalluvial,
45
    flexclust,
46
    reshape2,
47
    clusterProfiler,
48
    GSVA,
49
    grid,
50
    cowplot,
51
    jstable,
52
    impute,
53
    CMScaller,
54
    car,
55
    genefilter,
56
    ggpubr,
57
    preprocessCore,
58
    ridge,
59
    sva,
60
    grDevices,
61
    maftools,
62
    patchwork,
63
    ComplexHeatmap (>= 2.5.5),
64
    pamr,
65
    clusterRepro,
66
    officer
67
VignetteBuilder: knitr
68
RoxygenNote: 7.1.1
69
biocViews: Clustering, DifferentialExpression, GeneSetEnrichment, MultipleComparison, SomaticMutation, CopyNumberVariation, Survival
70
URL: https://github.com/xlucpu/MOVICS
71
BugReports: https://github.com/xlucpu/MOVICS/issues
72
Collate: 
73
    'compAgree.R'
74
    'compClinvar.R'
75
    'compDrugsen.R'
76
    'compFGA.R'
77
    'compMut.R'
78
    'compSurv.R'
79
    'compTMB.R'
80
    'getCIMLR.R'
81
    'getCOCA.R'
82
    'getClustNum.R'
83
    'getConsensusClustering.R'
84
    'getConsensusMOIC.R'
85
    'getSilhouette.R'
86
    'getElites.R'
87
    'getIntNMF.R'
88
    'getLRAcluster.R'
89
    'getMOIC.R'
90
    'getMoCluster.R'
91
    'getMoHeatmap.R'
92
    'getNEMO.R'
93
    'getPINSPlus.R'
94
    'getSNF.R'
95
    'getStdiz.R'
96
    'getiClusterBayes.R'
97
    'runDEA.R'
98
    'runGSEA.R'
99
    'runGSVA.R'
100
    'runMarker.R'
101
    'runNTP.R'
102
    'runPAM.R'
103
    'runKappa.R'
104
    'pRRophetic.R'
105
    'LRAcluster.R'
106
    'quiet.R'
107
    'dataset.R'
108
    'global.R'