fetchMetadata {seeker} | R Documentation |
Fetch metadata for a genomic study
Description
This function can use the API of the European Nucleotide Archive (recommended) or the Sequence Read Archive.
Usage
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
)
Arguments
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 |
Value
A data.table
.
See Also
[Package seeker version 1.1.5 Index]