getENSEMBL {biomartr} | R Documentation |
Download sequence or annotation from ENSEMBL
Description
Backend function for retrieving files sequence and annotation files from the ENSEMBL ftp server
Usage
getENSEMBL(
organism,
type = "dna",
id.type = "toplevel",
release = NULL,
path,
format
)
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. |
format |
"gff3", alternative "gtf" for ensembl. |
Value
either a character path to downloaded file, or a logical FALSE, specifying failure.
Author(s)
Hajk-Georg Drost