1 2 3 4 5 6 7 8 9 10 11 12 13
|
citHeader("To cite the ensembldb package please use:")
citEntry(entry="article",
title = "ensembldb: an R package to create and use Ensembl-based annotation resources.",
author = personList(as.person("Johannes Rainer" ),
as.person("Laurent Gatto"),
as.person("Christian X. Weichenberger" )),
year = 2019,
journal = "Bioinformatics",
doi = "10.1093/bioinformatics/btz031",
url = "https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btz031/5301311",
textVersion =
"Rainer J, Gatto L, Weichenberger CX (2019) ensembldb: an R package to create and use Ensembl-based annotation resources. Bioinformatics. doi:10.1093/bioinformatics/btz031")
|