BUG FIXES
-
Fixed the error messages displayed by
getDegTx()
,k_qsvs()
,get_qsvs()
,getPCs()
,DEqual()
andqSVA()
to handle different types of situations. -
Improved unit tests for
getDegTx()
,k_qsvs()
,get_qsvs()
,getPCs()
,DEqual()
andqSVA()
.
BUG FIXES
getDegTx()
can handle ENSEMBL IDs as input.DEqual()
can handle ENSEMBL IDs as input.- Improved unit tests for
getDegTx()
andDEqual()
.
BUG FIXES
- Fixed the error messages displayed by
k_qsvs()
to handle different types of situations. We implemented this update with @HediaTnani, @reneegf, and @lahuuki.
BUG FIXES
- Fixed a bug in
qSVA()
which was not passingsig_transcripts
togetDegTx()
. Related to #29. - Fixed the documentation to highlight when users should use
set.seed()
to ensure the reproducibility of their results. Related to #28.
SIGNIFICANT USER-VISIBLE CHANGES
- Hedia Tnani is now the maintainer of qsvaR.
NEW FEATURES
- This is the initial version of the second iteration of the qSVA framework, which was initially described by Jaffe et al, PNAS, 2017 https://doi.org/10.1073/pnas.1617384114.