View source: R/get_gsm_exclude.R
get_gsm_exclude | R Documentation |
Get the GSM IDs to exclude from target/download for this instance. The IDs vector informs an updated edirect query filter object (e.g. file named "gsequery_filt.*").
get_gsm_exclude( md = NULL, se.path = NULL, fn.str = "gsm_exclude", fn.dpath = ".", id.gsm.cname = "gsm", verbose = TRUE )
md |
Metadata table containing sample ID column (id.gsm.cname, e.g. "gsm"). If this is NULL, try loading an se object instead. |
se.path |
Path to a valid HDF5-SummarizedExperiment to check/load. |
fn.str |
Name of sample IDs vector file to save. |
fn.dpath |
Directory path to save samples ID vector. |
id.gsm.cname |
Name of column containing the GSM IDs. |
verbose |
Whether to show verbose status messages. |
Vector of GSM IDs, with option to save.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.