gdc_coldata | R Documentation |
Removes empty and duplicated columns in the colData
slot from GDCprepare
and returns a tibble.
gdc_coldata(gdc)
gdc |
a SummarizedExperiment object from |
A tibble
Chris Stubben
## Not run:
brca <- GDCprepare(query)
meta <- gdc_coldata(brca)
meta
x <- summary_tibble(meta)
x
filter(x, unique==2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.