Skip to content

Releases: bartongroup/fenr

fenr 1.3.1

14 Jun 10:42
Compare
Choose a tag to compare
  • Go term namespace added to the information extracted by fetch_go.

fenr 1.1.11

26 Apr 09:48
Compare
Choose a tag to compare
  • Fixing a mixup in the vignette (mixed up old and new versions - don't ask how).

fenr 1.1.10

26 Apr 09:40
Compare
Choose a tag to compare
  • 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

24 Apr 08:23
Compare
Choose a tag to compare
  • Further improvements to error handling with unresponsive servers

fenr 1.1.7

22 Apr 09:24
Compare
Choose a tag to compare
  • Improved error handling with unresponsive servers

fenr 1.1.6

11 Apr 09:32
Compare
Choose a tag to compare
  • 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 from gene_synonym to gene_id for consistency with other methods.
  • Changed Ensembl column ensembl_gene_id to gene_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

25 Jan 07:50
Compare
Choose a tag to compare
  • 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

17 Jan 08:56
Compare
Choose a tag to compare

Devel version bump to match the release version (increased too much by mistake)

fenr 1.1.3

11 Jan 11:51
Compare
Choose a tag to compare
  • Reinstated Bioplanet access, this time with graceful fail when the website is down.
  • Minor code changes.

fenr 1.1.2

10 Jan 09:29
Compare
Choose a tag to compare
  • Bug fixes, examples need on_error = "warn"