knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(MMRFBiolinks)
MMRFBiolinks leverages TCGAbiolinks package for searching, downloading and preparing data from the Multiple Myeloma Research Foundation (MMRF) CoMMpass study available at the NCI's Genomic Data Commons (GDC) Data Portal.
If you use MMRFBiolinks, please cite:
Settino M, Cannataro M. MMRFBiolinks: an R-package for integrating and analyzing MMRF-CoMMpass data
Colaprico A, Silva TC, Olsen C, Garofano L, Cava C, Garolini D, Sabedot T, Malta TM, Pagnotta SM, Castiglioni I, Ceccarelli M, Bontempi G and Noushmehr H. "TCGAbiolinks: an R/Bioconductor package for integrative analysis of TCGA data." Nucleic acids research (2015): gkv1507.
Mounir, Mohamed, Lucchetta, Marta, Silva, C T, Olsen, Catharina, Bontempi, Gianluca, Chen, Xi, Noushmehr, Houtan, Colaprico, Antonio, Papaleo, Elena (2019). “New functionalities in the TCGAbiolinks package for the study and integration of cancer data from GDC and GTEx.” PLoS computational biology, 15(3), e1006701.
Silva TC, Colaprico A, Olsen C et al.TCGA Workflow: Analyze cancer genomics and epigenomics data using Bioconductor packages [version 2; peer review: 1 approved, 2 approved with reservations]. F1000Research 2016, 5:1542 (https://doi.org/10.12688/f1000research.8923.2)
devtools::install_github("marziasettino/MMRFBiolinks", build_vignettes = TRUE) library(MMRFBiolinks)
library(TCGAbiolinks) library(SummarizedExperiment) library(dplyr) library(DT) library(ggplot2)
version packageVersion("MMRFBiolinks")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.