Skip to content

Releases: bartongroup/fenr

fenr 0.99.0

20 Apr 12:36
Compare
Choose a tag to compare
  • Preparing for Bioconductor submission

fenr 0.1.17

18 Apr 08:32
Compare
Choose a tag to compare
  • New units tests added

fenr 0.1.16

16 Mar 14:30
Compare
Choose a tag to compare

Version 0.1.16

  • Added a fix to work correctly with integer feature IDs.

fenr 0.1.15

02 Mar 11:50
Compare
Choose a tag to compare
  • Fixed a bug where there are some features at a term that are not present in the universe (all features). This could happen when the universe was particularly small. Potentially a serious bug.

fenr 0.1.14

02 Feb 13:50
Compare
Choose a tag to compare
  • Added functions get_term_features and get_feature_terms to access data safely
  • HACK: BioPlanet server's SSL certificate expired, so switched to insecure download
  • Ditched large and clunky Rfast and using native R environments as fast hashes
  • A few tweaks and improvements

fenr 0.1.11

11 Oct 12:56
Compare
Choose a tag to compare
  • Significant speed-up of enrichment by using Rfast::Hash in place of R lists
  • KEGG improvements, recognising flat file genes with no gene synonym
  • Additional tests for Reactome
  • Minor improvements and fixes

fenr 0.1.10

04 Oct 12:43
Compare
Choose a tag to compare
  • Style changes for BiocCheck
  • Adding more tests
  • Fixing a bug in parse_kegg_genes

fenr 0.1.9

13 Sep 13:03
Compare
Choose a tag to compare
  • Replacing ontologyIndex::get_ontology with a simpler parser
  • Replacing KEGGREST with own simple API parsers
  • Applying BiocStyle to the vignette
  • improving test_functional_enrichment

fenr 0.1.8

06 Sep 09:59
Compare
Choose a tag to compare
  • fetch_reactome provides two ways of retrieving data, via one downloadable file or via APIs.

fenr 0.1.7

01 Sep 12:35
Compare
Choose a tag to compare
  • small fixes
  • link to a separate GitHub Shiny app added
  • added support for WikiPathways
  • improved robustness
  • more tests