Description Usage Arguments Value Examples
Goes to each GSM page to get SRX then to each SRX page to get some more metadata.
1 | crawl_gsms(gsm_names, max.workers = 50)
|
gsm_names |
Character vector of GSMs. |
max.workers |
Maximum number of parallel workers to split task betweem |
data.frame
1 2 3 4 5 6 7 | srp_meta <- crawl_gsms("GSM3031462")
# returns NULL because records on dbGAP for privacy reasons
srp_meta <- crawl_gsms("GSM2439650")
# example with empty values
srp_meta <- crawl_gsms('GSM4043025')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.