loadArrayExpressDataset | R Documentation |
Download dataset from ArrayExpress
loadArrayExpressDataset(
accession_id = NULL,
Processed.data = NULL,
relationship = NULL,
Array.design = NULL
)
Processed.data |
processed.1.zip |
relationship |
sdrf.txt |
Array.design |
adf.txt |
# https://www.ebi.ac.uk/arrayexpress/experiments/E-MTAB-6134/
accession_id = "E-MTAB-6134"
Processed.data = "E-MTAB-6134.processed.1.zip"
relationship = "E-MTAB-6134.sdrf.txt"
Array.design = "A-GEOD-13667.adf.txt"
loonR::downloadArrayExpressDataset(accession_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.