NEWS.md
a200ed1a
 # Version 1.0.0 (Oct 29, 2019)
3bb06b15
 
a200ed1a
 -   First release on bioconductor
8e1ec6b5
 
a200ed1a
 # Version 1.1.2 (development version) (Dic 15, 2019)
8e1ec6b5
 
 -   Improved vignettes
 
 -   In plotMotifs function:
 
     -   To avoid infinity as a value for fold change, 1 was added to
         number of occurences of each motif found in the foreground and
         background target sequences before the normalization.
 
     -   Added angle param for the rotation angle of the axis labels.
251224eb
 
8e1ec6b5
     -   Added removeNegLog2FC param to remove the RBPs having a negative
         log2FC.
 
 -   volcanoPlot function:
 
     -   Added geneSet param that allows to show only specified host gene
         names.
 
 -   In getMotifs function:
 
     -   Included possibilities to use motifs of RBPs from MEME database
5f20e6b6
 
a200ed1a
 # Version 1.1.3 (development version) (Dic 19, 2019)
5f20e6b6
 
 -   In plotMotifs function:
     -   Added n param for filtering the motifs.
557bfcfe
 
a200ed1a
 # Version 1.1.4 (development version) (Jen 08, 2020)
557bfcfe
 
 -   In getMotifs function:
     -   Fixed a bug when trimming the BSJ sequences. E.g. by setting
         width = 6, the BSJ sequences are trimmed so that only 5
         nucleotides are left at each side of the BSJ. If width = 7, then
         6 nucleotides are left at each side of the BSJ etc.
 
a200ed1a
 # Version 1.1.5 (development version) (Jen 09, 2020)
557bfcfe
 
 -   In plotMotifs function:
     -   Before only motifs found in the foreground sequences were
         reported. Now also motifs found in the background are reported
         in the output.
64cae947
 
a200ed1a
 # Version 1.1.14 (development version) (Jen 09, 2020)
64cae947
 
 -   In mergeBSJunctions function:
     -   Since different detection tools can report sligtly different
         coordinates before grouping the back-spliced junctions, it is
251224eb
         now possible to fix the latter using the gtf file. See param
64cae947
         fixBSJsWithGTF.
251224eb
 
a200ed1a
 # Version 1.2.0 (April 27, 2020)
251224eb
 
bb9b716a
 -   Second release on bioconductor
251224eb
 
a200ed1a
 # Version 1.3.1 (development version)
251224eb
 
bb9b716a
 -   Added files to fix bugs
 
a200ed1a
 # Version 1.4.0 (October 27, 2020)
bb9b716a
 
 -   Third release on bioconductor
 
a200ed1a
 # Version 1.5.3 (development version)
 
 -   Removed citr package from DESCRIPTION
0c5efa9e
 
 # Version 1.8.0 (October 27, 2021)
 
 -   Fifth release on bioconductor
e525a976
 
 # Version 1.15.2 (October 10, 2023)
 
 -   Possibility to use a maximum of 3 unsupported/‘other’ tools.
d909395a
 
 # Version 1.15.3 (October 24, 2023)
 
 -   Fixed bug due to dplyr::bind\_rows()