gdc_rowdata | R Documentation |
Joins the rowData
slot from GDCprepare
to Ensembl gene annotations
gdc_rowdata(gdc, ensembl)
gdc |
a SummarizedExperiment object from |
ensembl |
Ensembl human gene annotations, version 87 is best. |
A tibble
Currently works with harmonized data with Ensembl gene ids.
Chris Stubben
## Not run:
brca <- GDCprepare(query)
library(hciRdata)
genes <- gdc_rowdata(brca, human90)
genes
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.