NEWS
OrganismDbi 1.41.1
MODIFICATIONS
- (v. 1.41.1) Convert OrganismDbi.Rnw to OrganismDbi.Rmd
OrganismDbi 1.32.0
BUG FIXES
- (v. 1.31.2) Remove deprecated org.Pf.plasmo.db info
- (v. 1.31.1) Load OrganismDb objects even if not on search
path. See https://support.bioconductor.org/p/134141/
OrganismDbi 1.18.0
BUG FIXES
- avoid duplicate factor levels during compression of metadata for
cdsBy and friends; previously introduced incorrectly empty metadata
OrganismDbi 1.16.0
NEW FEATURES
- add check for missing OrgDb package in .taxIdToOrgDb()
- add 'orgdb' argument to makeOrganismDbFromBiomart()
MODIFICATIONS
- modify error message in .taxIdToOrgDb()
OrganismDbi 1.14.0
MODIFICATIONS
- replace www.biomart.org with www.ensembl.org
- import 'mcols', 'mcols<-' from S4Vectors
- follow name change for GenomicFeatures:::.set_group_names()
- add biomaRt, rtracklayer to 'Suggests'; used in unit tests/man pages
- elementLengths was renamed -> elementNROWS in S4Vectors
- replace require() with requireNamespace()
- adjustments in response to the 'vals' -> 'filter' renaming
in GenomicFeatures
- update unit tests to reflect new PFAM data
- load RSQLite in unit tests; no longer free from
AnnotationDbi::dbFileConnect
- use newly exported functions from AnnotationDbi related to select()
and building annotation packages
OrganismDbi 1.10.0
NEW FEATURES
- OrganismDb objects now have methods for most reasonable TxDb methods.
If you can do it with a TxDb, it should also work for an OrganismDb.
- Supports dbconn() and dbfile()
- Exports getTxDbIfAvailable() for those who may want convenient access to
the underlying TxDb object.
BUG FIXES
- use.names arguments now work with exonsBy and related methods.
OrganismDbi 1.4.0
NEW FEATURES
- genes method now works on these objects
- keys method now has new arguments to allow for more
sophisticated filtering.
BUG FIXES
- safer argument handling for 'by' arguments on accessors that use it.
- cols arguments and methods will now be columns arguments and methods
- stricter argument checking for select and friends
OrganismDbi 1.2.0
NEW FEATURES
- There are now range based accessors (transcripts, exons, cds)
that can be used to get data out of OrganismDb objects.
- There are now list oriented range based accesors (transcriptsBy,
exonsBy, cdsBy) that can be used to get data out of OrganismDb
objects
- All these new ranged based operations allow users to extract
additional metadata via mcols slot in the resulting object. The
extra data is specified via the columns argument to these methods.
SIGNIFICANT USER-VISIBLE CHANGES
- New range based accessors allow you to get data back organized
by range. Please see associated manual pages and vignette for
more details.
BUG FIXES
- Show method for these objects is improved.
- Documentation, tests and vignette updates for new methods.
OrganismDbi 1.0.0
NEW FEATURES
- OrganismDbi is for the creation and support of a new class of
super-annotation packages
- 'Stock' OrganismDbi packages are available for human mouse and
rat with the 2.11 release of Bioconductor.
- OrganismDbi has functionality for generating these packages.
- OrganismDbi has methods that allow these packages to function.
- OrganismDbi works by combining resources from Annotation
packages that implement the four methods needed for a "select"
style interface. The essense of this is detailed in the
AnnotationDbi package, along with base classes etc.