Package: genbankr
Version: 1.1.3
Title: Parsing GenBank files into semantically useful objects
Description: Reads Genbank files.
Authors@R: as.person(c(
"Gabriel Becker <becker.gabriel@gene.com> [aut, cre]",
"Michael Lawrence <lawrence.michael@gene.com> [aut]"))
Copyright: Genentech, Inc.
Depends:
methods
Imports:
BiocGenerics,
IRanges,
GenomicRanges(>= 1.23.24),
GenomicFeatures,
Biostrings,
VariantAnnotation,
rtracklayer,
S4Vectors,
GenomeInfoDb,
Biobase
Suggests:
RUnit,
rentrez,
knitr
Maintainer: Gabriel Becker <becker.gabriel@gene.com>
VignetteBuilder: knitr
License: Artistic-2.0
RoxygenNote: 5.0.1.9000
biocViews: Infrastructure, DataImport
NeedsCompilation: no
This package will not go on CRAN, as it is and will continue to be published as a Bioconductor package (with ROpenSci co-branding, pending success of this submission).
Parses GenBank and GenPept files into a useful datastructure which integrates with the Bioconductor ecosystem.
https://github.com/gmbecker/genbankr
NCBI Nucleotide and Protein databases (GenBank and GenPeptfiles)
Scientists working on microbial genomics/bioinformatics, on organisms for which NCBI and GenBank are the source of record for annotations.
The rentrez package offers low level querying facilities for all NCBI databases, but does not parse the results into a semantically useful datastructure in the GenBank/GenPept case. I view genbankr as working with rentrez rather than replacing it. In fact, when users give an accession rather than an already downloaded file, rentrez is used to retrieve the raw data, which is then parsed by genbankr machinery.
devtoolsinstall instructionsdevtools::check()produce any errors or warnings? If so paste them below.This package is part of the Bioconductor package platform and depends on Bioconductor packages as well as CRAN packages. All dependencies are published in either CRAN or Bioconductor.
This package will not go on CRAN, as it is and will continue to be published as a Bioconductor package (with ROpenSci co-branding, pending success of this submission).