library(MMRFBiolinks)
library(TCGAbiolinks) library(SummarizedExperiment) library(dplyr) library(DT)
In this example we will fetch clinical GD data (same as showed in the GDC data portal).
clinical <- MMRFqueryGDC_clinic(type = "clinical")
clinical %>% head %>% datatable(options = list(scrollX = TRUE, keys = TRUE))
In this example we will fetch clinical MMRF-Commpass data (after having imported into our own R environment).
clinMMGateway %>% datatable(options = list(scrollX = TRUE, keys = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.