View source: R/extract_geo_characteristics.R
extract_geo_characteristics | R Documentation |
Extracts additional sample information from GEO into separate columns of colData(). Numeric variables are converted from character to numeric and syntactically valid variable names are used for the new columns.
extract_geo_characteristics(se, cols = NULL)
se |
|
cols |
Character or integer. Name or number of column(s) in colData with GEO information (optional, will otherwise be extracted assuming column names contain term 'characteristics'). |
RangedSummarizedExperiment-class
object with GEO information in additional columns in colData()
library(recount)
data("rse_gene_SRP009615")
rse_gene_SRP009615 = extract_geo_characteristics(se = rse_gene_SRP009615)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.