Skip to content

Releases: TRON-Bioinformatics/splice2neo

v0.6.14

29 Oct 19:52
ffd43bb

Choose a tag to compare

  • fix changed dependency package for makeTxDbFromGFF() function
  • Require R >= 4.4
  • add automated docker building support

v0.6.13

15 Apr 09:04

Choose a tag to compare

  • Fixed bug leading to incorret peptide sequences
  • Simplified code of add_peptide() function
  • Added function to calculate distances to next canonical splice sites
  • Added function to annotate if junction is potentially a JET (Exon-TE chimera)
  • Update of Dockerfile
  • Fixed lift-over for deletions in junction location

Full Changelog: v0.6.12...v0.6.13

Release v0.6.12

07 Nov 15:06

Choose a tag to compare

  • Add docker container support
  • support parsing of junctions with no strand info from STAR output

Release v0.6.11

23 Jul 08:07

Choose a tag to compare

  • fix of liftover function
  • improve warnings and add more tests

Release v0.6.10

02 Jul 07:54

Choose a tag to compare

  • update of combine_mut_junc() to accept empty tables as input
  • update of format_cispliceai() to optionally keep gene_ids
  • add more tests

v0.6.9

01 Jul 14:05

Choose a tag to compare

Simplification of function annotate_mut_effect()` and ensuring that same column names are returned if output is empty

Release v0.6.8

12 Jun 13:07

Choose a tag to compare

  • Add function liftover_junc_id() to liftOver splice junctions to other
    reference genomes or personalized genomes

Release v0.6.7

07 Jun 13:24

Choose a tag to compare

Added:

  • New functionality:
    • CI-SpliceAI parsing and formatting functions with example data and tests
    • IRFinder parsing and filtering functions with example data and tests
    • StringTie parsing and formatting functions
    • SUPPA2 parsing and formatting functions
    • STAR parsing and formatting functions with example data and tests
    • RegTools parsing and formatting functions with example data and tests
  • add test for empty CI-SpliceAI input file
  • add more global variables to avoid notes in R CMD check

Changed:

  • Update CI/CD pipeline for less verbosity during R pkg installations
  • Return single-row data.frame for empty input in annotate_mut_effect()
  • include 'number_of_supporting_reads` when parsing SplAdder output
  • generalize generate_combined_dataset() to multiple inputs
  • Update README with list of supported tools
  • add option consider_intron_retention to annotate_mut_effect()
  • adjust syntax for dplyr >= 1.1.1
  • remove rarely used pkgs from Imports
  • simplify code in parse_spliceai_thresh()
  • minor spell check fixes and doc updates

Fixed:

  • fix warnings due to NA's in CI-SpliceAI parsing function
  • fix use of generate_combined_dataset() in vignette

Release v0.6.6

24 Mar 18:41

Choose a tag to compare

  • add vignette with example workflow
  • fix parsing of pangolin results
  • simplify README

Release v0.6.5

02 Dec 11:28

Choose a tag to compare

  • Fixed bug while parsing VCF files containing only a single variant
  • Improved error handling of spladder import