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.

Citation

If you use MMRFBiolinks, please cite:

doi citation Altmetric


Download and Install


To install this package, start R (version "4.0.0") and enter:

devtools::install_github("marziasettino/MMRFBiolinks", build_vignettes = TRUE)
library(MMRFBiolinks)

Question and issues


Please use Github issues if you want to file bug reports or feature requests

Required libraries


The examples in this tutorial use the following libraries:

library(TCGAbiolinks)
library(SummarizedExperiment)
library(dplyr)
library(DT)
library(ggplot2)

Session info


version
packageVersion("MMRFBiolinks")


marziasettino/MMRFBiolinks documentation built on Jan. 24, 2023, 4:49 a.m.