getENSEMBL.gtf {biomartr} | R Documentation |
Helper function for retrieving gtf files from ENSEMBL
Description
This function downloads gff files of query organisms from ENSEMBL.
Usage
getENSEMBL.gtf(organism, type = "dna", path, release = NULL)
Arguments
organism |
Organism selector id, there are three options to characterize an organism:
|
type |
character, biological sequence type (e.g. "dna", "cds") |
path |
location where file shall be stored. |
release |
a numeric, the database release version of ENSEMBL ( |
Value
character filepath to download file, returns FALSE if failed.
Author(s)
Hajk-Georg Drost