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
9 changed files
with
106 additions
and
56 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,11 @@ Multi-Omics integration and VIsualization in Cancer Subtyping | |
The goal of MOVICS is to provide a unified interface for 10 | ||
state-of-the-art multi-omics clustering algorithms, and standardizes the | ||
output for each algorithm so as to form a pipeline for downstream | ||
analyses. For cancer subtyping studies, MOVICS forms a pipeline for most | ||
commonly used downstream analyses in cancer subtyping researches and to | ||
create feature rich customizable visualzations with minimal effort. | ||
analyses. MOVICS incorporates the most | ||
commonly used downstream analyses in cancer subtyping researches and enables | ||
creating feature rich customizable visualzations with minimal effort. | ||
|
||
## Installation | ||
|
||
``` {r} | ||
if (!require("remotes")) { | ||
install.packages("remotes") | ||
|
@@ -28,8 +27,12 @@ remotes::install_github("xlucpu/MOVICS") | |
## Guidance | ||
|
||
A detailed guide of how to use MOVICS could be find in the HTML | ||
vignette. If you have any questions, bug reports, or suggestions for | ||
improving MOVICS, please email them to <[email protected]>. | ||
vignette by typing the following code to R session. | ||
```{r} | ||
browseVignettes("MOVICS") | ||
``` | ||
Please email to <[email protected]> if you have any questions, bug reports, or suggestions for | ||
improving MOVICS. | ||
|
||
## Citation | ||
|
||
|
@@ -39,10 +42,10 @@ If you use MOVICS R package in published research, please cite: | |
|
||
## Acknowledgement | ||
|
||
I would like to express my gratitude to Dr. Morgane Pierre-Jean for the | ||
I would like to express my gratitude to *Dr. Morgane Pierre-Jean* for the | ||
inspiration brought by the study of evaluating unsupervised methods for | ||
multi-omics data integration. I also want to thank Dr. Enyu Lin for the | ||
multi-omics data integration. I also want to thank *Dr. Enyu Lin* for the | ||
helping in calculation and visualization of fraction genome altered, and | ||
to thank Dr. Rongfang Shen for the assistance in visualization of | ||
to thank *Dr. Rongfang Shen* for the assistance in visualization of | ||
Transitions and Transversions. At last, sincere thanks to the brilliant | ||
contributors of all the functions incorporated in MOVICS package. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.