.make_id_to_gsm_map | R Documentation |
Create map of GSM accessions to ID's provided in GSE. If needed, appropriate
info for the matrix will be returned by get_meta_data
.
.make_id_to_gsm_map( gsms, study_id_term, gsm_map_index = 1, id_regex_map = NULL, supp_files_dir = NULL )
gsms |
Input vector of gsm accession |
study_id_term |
Term from getGEO(gsm) header to use for extracting sample id. "description" or "title" |
gsm_map_index |
Index returning id in GSM header |
id_regex_map |
list specifying regex terms to map GSE id's using gsub
of the form |
supp_files_dir |
path to directory to save supplementary files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.