getENSEMBL.Seq {biomartr} | R Documentation |
Helper function for retrieving biological sequence files from ENSEMBL
Description
This function downloads gff files of query organisms from ENSEMBL.
Usage
getENSEMBL.Seq(
organism,
type = "dna",
id.type = "toplevel",
release = NULL,
path
)
Arguments
organism |
Organism selector id, there are three options to characterize an organism:
|
type |
character, biological sequence type (e.g. "dna", "cds") |
id.type |
a character, default "toplevel". id type of assembly, either "toplevel" or "primary_assembly" for genomes. Can be other strings, for non genome objects. |
release |
a numeric, the database release version of ENSEMBL ( |
path |
location where file shall be stored. |
Value
either a character path to downloaded file, or a logical FALSE, specifying failure.
Author(s)
Hajk-Georg Drost