View source: R/BioStudies_ArrayExpress_based.R
scrape_arrayexpress | R Documentation |
This function scrapes metadata and fastq.gz links from ArrayExpress for a given accession.
scrape_arrayexpress(
accession,
port = 4562L,
browser = "firefox",
LoadWaitSec = 5,
R1R2only = T,
splitData = F
)
accession |
Character string specifying the ArrayExpress accession number. |
No direct return value. The function saves metadata as a CSV file and fastq.gz links as a text file.
[rvest](https://cran.r-project.org/web/packages/rvest/index.html), [RSelenium](https://cran.r-project.org/web/packages/RSelenium/index.html)
## Not run:
# Example usage:
scrape_arrayexpress("E-MTAB-1234")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.