Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update of internal documentation and examples
covComb_tx_deg
rse object torse_tx
in all code comments and test code or other documentation mentioning it;data/
anddata-raw/
rda files and code were adjusted accordingly.transcripts
list, although the comments and examples in the code were suggesting that it is an unrelated user-provided example RSE to apply qsvaR functions on it.Improved usage of the package with custom degradation data/model
sig_transcripts)
to use for qsvaR correctiongetDegTx()
andqSVA()
no longer need to provide thetype
parameter ifsig_transcripts
is used (type is then considered to be "custom")DEqual()
to include additional parameters to customize the plot (deg_tstats
,show.legend
,show.cor
,font.size
,cor.size
,cor.label
) and improved input validation and error handling:deg_tstats
parameter allows the user to provide the t-stats data from a custom degradation modelsig_transcripts
option, allow full use of the qsvaR package with a custom degradation model and list of transcripts, totally independent of the original built-in degradation experiment data.Internal utility function changes
check_tx_names
was removed in favor of a combination of 2 new utility functions:normalize_tx_names
andwhich_tx_names
, which more efficiently help with the internal matching and mapping of Ensembl/Gencode IDs, removing the versioning properly etc.getDegTx()
Minor version update