Skip to content

Releases: gagneurlab/FRASER

FRASER 2.6.1

11 Feb 09:35
0806298

Choose a tag to compare

What's Changed

Full Changelog: 2.4.6...2.6.1

FRASER 2.4.6

25 Oct 23:14
ce46081

Choose a tag to compare

What's Changed

Full Changelog: 2.4.5...2.4.6

FRASER 2.4.5

14 Aug 11:44
3e4a918

Choose a tag to compare

Fixes a bug with the split read counting. It matters for unstranded, paired-end data.

FRASER 2.4.3

04 Jun 18:33
25cd74d

Choose a tag to compare

Fixes a bug with the cache

FRASER 2.4.2

20 May 08:32
63753b3

Choose a tag to compare

  • We are now releasing FRASER 2.4.2 an improved algorithm with respect to FRASER that uses the Intron Jaccard index. This also makes it 2-3 times faster and lighter!
  • In addition, instead of doing a grid search to determine the optimal encoding dimension of the denoising autoencoder, we now use the Optimal Hard Threshold (OHT). This makes the algorithm 6-10 times faster!
  • Note that since this version, FRASER is not for commercial use

bioRxiv submission

27 May 12:43

Choose a tag to compare

bioRxiv submission Pre-release
Pre-release

Version used to create all results in the bioRxiv paper

This tag was created for completeness, but should not be used anymore.

FRASER 1.99.4

10 May 22:54
c2b91a6

Choose a tag to compare

  • Fixed drop parameter in generic [ function and other small bug fixes #62
  • Implemented sample specific counting regarding strandSpecific parameter #72 and #76
  • Fix error when intron not on same chr as any genes in the txdb #75
  • Small updates in the documentation #58

FRASER 1.99.3

27 May 12:17
d6a422c

Choose a tag to compare

Full Changelog: 1.99.2...1.99.3

FRASER 1.99.2

18 Apr 12:39

Choose a tag to compare

  • update plot functions to color aberrant status based on pvalues computed on subsets of genes

FRASER 1.99.0

03 Apr 19:41
c0312f6

Choose a tag to compare

  • Move to FRASER 2.0, using the Intron Jaccard Index as its single splice metric
  • Supports restriction of FDR correction to specific genes based on prior knowledge
  • Several small improvements