View source: R/buildReference.r
build_Ensembl_reference | R Documentation |
Download latest reference files (.fa
and .gtf
) from Ensembl database
and split the files by species.
build_Ensembl_reference( outdir = NULL, species = NULL, method = NULL, ftp_method = NULL, verbose = TRUE )
outdir |
character. Default |
species |
character. Default |
method |
character. Method to be used for downloading html files, equal to |
ftp_method |
character. Method to be used for downloading ftp files (.fa and .gtf), equal to |
verbose |
logical. Default |
if success, return TRUE
build_Ensembl_reference('Ensembl_ref', 'acanthochromis_polyacanthus')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.