fetchMetadata | R Documentation |
This function can use the API of the European Nucleotide Archive (recommended) or the Sequence Read Archive.
fetchMetadata(
bioproject,
host = c("ena", "sra"),
fields = c("study_accession", "sample_accession", "secondary_sample_accession",
"sample_alias", "sample_title", "experiment_accession", "run_accession", "fastq_md5",
"fastq_ftp", "fastq_aspera"),
file = NULL
)
bioproject |
String indicating bioproject accession. |
host |
String indicating from where to fetch the metadata. |
fields |
Character vector indicating which fields to fetch, if |
file |
String indicating output file path, if not |
A data.table
.
seeker()
, fetch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.