knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
MMRFBiolinks extends TCGABiolink package for searching, downloading and analyzing MMRF-COMMPASS data available at the NCI’s Genomic Data Commons (GDC) Data Portal.
Once R (version “4.0”) has been started, you can install the released version of MMRFBiolinks from GitHub with:
devtools::install_github("marziasettino/MMRFBiolinks", build_vignettes = TRUE) library(MMRFBiolinks)
library(TCGAbiolinks) library(SummarizedExperiment) library(dplyr) library(DT) library(ggplot2)
A list of all currently integrated vignettes can be obtained through:
vignette(package="MMRFBiolinks")
The best way to view vignettes is in your web browser:
devtools::load_all(".") browseVignettes("MMRFBiolinks")
Get the list of the example data sets
data(package = "MMRFBiolinks")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.