forked from xlucpu/MOVICS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
699 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: MOVICS | ||
Title: Multi-Omics integration and VIsualization in Cancer Subtyping | ||
Version: 0.99.3 | ||
Version: 0.99.4 | ||
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.2) | ||
Depends: R (>= 4.0.1) | ||
License: GPL-3 + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -81,6 +81,7 @@ Collate: | |
'getClustNum.R' | ||
'getConsensusClustering.R' | ||
'getConsensusMOIC.R' | ||
'getSilhouette.R' | ||
'getElites.R' | ||
'getIntNMF.R' | ||
'getLRAcluster.R' | ||
|
@@ -94,10 +95,11 @@ Collate: | |
'getiClusterBayes.R' | ||
'runDEA.R' | ||
'runGSEA.R' | ||
'runGSVA.R' | ||
'runMarker.R' | ||
'runNTP.R' | ||
'runPAM.R' | ||
'runKappa.R' | ||
'runPAM.R' | ||
'runKappa.R' | ||
'pRRophetic.R' | ||
'LRAcluster.R' | ||
'quiet.R' | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.