extract_gsms {GEOfastq} | R Documentation |
Extract GSMs needed to download RNA-seq data for a series
extract_gsms(gse_text)
gse_text |
GSE text returned from |
Character vector of sample GSMs for the series gse_name
gse_text <- crawl_gse('GSE111459') gsm_names <- extract_gsms(gse_text)