Description Usage Arguments Value Examples
View source: R/extract_experimental_groups.R
Extract the experimental groups from ExpressionSet metadata
1 | extract_experimental_groups(ExprSet = NULL, case_ctrl_col = NULL)
|
ExprSet |
S4 type object containing expression and meta data. |
case_ctrl_col |
String or character vector with the ExpressionSet column name containing the Case/Control information. |
group, a character vector with each subsequent entry corresponding to a sample in the dataset.
1 2 3 | gse <- download_gse_data("GSE108000")
group <- extract_experimental_groups(gse, "title")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.