NEWS.md
BUG FIXES
Fixed the error messages displayed by getDegTx()
, k_qsvs()
,get_qsvs()
, getPCs()
, DEqual()
and qSVA()
to handle different types of situations.
Improved unit tests for getDegTx()
, k_qsvs()
,get_qsvs()
, getPCs()
,DEqual()
and qSVA()
.
BUG FIXES
getDegTx()
can handle ENSEMBL IDs as input.DEqual()
can handle ENSEMBL IDs as input.getDegTx()
and DEqual()
.BUG FIXES
k_qsvs()
to handle different types of situations. We implemented this update with @HediaTnani, @reneegf, andBUG FIXES
qSVA()
which was not passing sig_transcripts
to getDegTx()
. Related to https://github.com/LieberInstitute/qsvaR/issues/29.set.seed()
to ensure the reproducibility of their results. Related to https://github.com/LieberInstitute/qsvaR/issues/28.NEW FEATURES