knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
MMRFVariant is a R package that performs an integrative analysis of the variants likely involved in the Multiple Myeloma (MM) in order to support the prioritization process of them. MMRFVariant deals with the clinical and genomic data retrieved from MMRF-CoMMpass study that are stored at [MMRF-Commpass Researcher Gateway (MMRF-RG)](https://research.themmrf.org/).
MMRFVariant requires a local copy of the MMRF-CoMMpass datasets that can be downloaded from the MMRF-RG by the registered users. Once the datasets have been downloaded, they can be saved locally in a tab-delimited text file format for importing them into the R environment as a dataframe for the further downstream analysis.
Once R (version > “4.0”) has been started, you can install the released version of MMRFVariantPackage from GitHub with
devtools::install_github("marziasettino/MMRFVariant", build_vignettes = TRUE) library(MMRFVariant)
All the plots produced by the MMRFVariant functions will be saved by default in the directory "ResultsPlot" that therefore needs to be created.
library(dplyr) library(DT) library(ggplot2) library(stringr) library(ggpubr)
knitr::include_graphics("vignettes/imgs/UseCase.png")
A list of all currently integrated vignettes can be obtained through:
vignette(package="MMRFVariant")
The best way to view vignettes is in your web browser:
devtools::load_all(".") browseVignettes("MMRFVariant")
Get the list of the example data sets
data(package = "MMRFVariant")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.