Skip to content

Releases: gagneurlab/FRASER

FRASER 2.6.1

Choose a tag to compare

@c-mertes c-mertes released this 11 Feb 09:35
0806298

What's Changed

Full Changelog: 2.4.6...2.6.1

FRASER 2.4.6

Choose a tag to compare

@c-mertes c-mertes released this 25 Oct 23:14
ce46081

What's Changed

Full Changelog: 2.4.5...2.4.6

FRASER 2.4.5

Choose a tag to compare

@vyepez88 vyepez88 released this 14 Aug 11:44
3e4a918

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

FRASER 2.4.3

Choose a tag to compare

@vyepez88 vyepez88 released this 04 Jun 18:33
25cd74d

Fixes a bug with the cache

FRASER 2.4.2

Choose a tag to compare

@vyepez88 vyepez88 released this 20 May 08:32
63753b3
  • 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

bioRxiv submission Pre-release
Pre-release

Choose a tag to compare

@c-mertes c-mertes released this 27 May 12:43

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

Choose a tag to compare

@c-mertes c-mertes released this 10 May 22:54
c2b91a6
  • 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

Choose a tag to compare

@c-mertes c-mertes released this 27 May 12:17
d6a422c

Full Changelog: 1.99.2...1.99.3

FRASER 1.99.2

Choose a tag to compare

@ischeller ischeller released this 18 Apr 12:39
  • update plot functions to color aberrant status based on pvalues computed on subsets of genes

FRASER 1.99.0

Choose a tag to compare

@ischeller ischeller released this 03 Apr 19:41
c0312f6
  • 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