View source: R/makeEnsDbFromGff.R
makeEnsDbFromGff | R Documentation |
Wrapper for ensembldb importer functions.
makeEnsDbFromGff(file)
file |
|
EnsDb
.
Updated 2023-11-29.
ensembldb::ensDbFromGff()
.
ensembldb::ensDbFromGtf()
.
## > file <- AcidBase::pasteUrl(
## > "ftp.ensembl.org",
## > "pub",
## > "release-102",
## > "gtf",
## > "homo_sapiens",
## > "Homo_sapiens.GRCh38.102.gtf.gz",
## > protocol = "ftp"
## > )
## > edb <- makeEnsDbFromGff(file)
## > print(edb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.