Description Usage Arguments Value Examples
View source: R/extract_expr_data.R
Extract expression data from ESet object
1 | extract_expr_data(gse_ESet = NULL)
|
gse_ESet |
ExpressionSet S4 object that contains expression data along with an array of relevent metadata for your chosen GSE dataset |
list[expr_data, num_data] both objects are needed for downstream analysis. Often, expr_data will have relevant gene names, or some other gene identifier of interest while num_data is just a table of expression values with sample names (e.g. GSM2886523) as column headers.
1 2 3 4 5 | gene_expression_tables <- list()
gse <- download_gse_data("GSE108000")
gene_expression_table <- extract_expr_data(gse)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.