Releases: bartongroup/fenr
Releases · bartongroup/fenr
fenr 1.3.1
- Go term namespace added to the information extracted by
fetch_go
.
fenr 1.1.11
- Fixing a mixup in the vignette (mixed up old and new versions - don't ask how).
fenr 1.1.10
- Changed the way
assert_url_path()
handles some remote files - it turns out every time it was called, the entire file was unnecessary downloaded, leading to duplication. Now we only assert top directories. Should speed things up! - Increased default timeout to 30 s.
- Due to recurring issues with build and check on Bioconductor's machines, I have removed all database downloads from the vignette. Any glitch in the GO server, or simply an internet problem would cause the vignette build to crash. The GO-term information is now attached as data and loaded in the vignette.
- Made sure the package passes BUILD and CHECK with no internet connection.
- Correction in vignette: using yeast genome for
topGO
, instead of human (somehow it was not applied in 1.0.5).
fenr 1.1.8
- Further improvements to error handling with unresponsive servers
fenr 1.1.7
- Improved error handling with unresponsive servers
fenr 1.1.6
- Changed the Ensembl mapping file downloaded from Reactome to "Physical entity" mapping, as it contains gene symbols, in addition to the Ensembl IDs.
- Changed the name of GAF column
DB Object Synonym
fromgene_synonym
togene_id
for consistency with other methods. - Changed Ensembl column
ensembl_gene_id
togene_id
for consistency. - Corrected Reactome test as it failed with multiple gene symbols per gene id.
- Replaced biomaRt with a single RESTful XML call; as biomaRt is used only once to obtain GO terms, this replacement reduced dependency footprint of the package
fenr 1.1.5
- Bug fix: if feature id - term id mapping is not unique (which can happen), features are duplicated in counting; fixed by
dplyr::distinct()
on mapping - Correction in vignette: using yeast genome for
topGO
, instead of human. - Improving test coverage
- Making tests and examples resilient to Ensembl outage.
fenr 1.1.4
Devel version bump to match the release version (increased too much by mistake)
fenr 1.1.3
- Reinstated Bioplanet access, this time with graceful fail when the website is down.
- Minor code changes.
fenr 1.1.2
- Bug fixes, examples need on_error = "warn"