Aidan Lakshman
Aidan Lakshman
Adds extended argument support to `matchProbePair` as requested in #29. New version implements `...` to match any argument in `matchPattern`, including the `fixed` argument for ambiguity code. Documentation updated accordingly.
## Summary - Adds 1,322 unit tests - can be run locally with `testthat::test_dir("tests/testthat")` - total coverage is just over 60% - Adds new GitHub workflow to auto-run checks on...
`XStringQuality` names don't render correctly for the quality object when quality scores contain backslashes. Seems like a quirk of R interpreting the backslash and the subsequent character as a single...
**THIS IS A WIP** Early stage work-in-progress solution for discussion in #65. Goals: 1. solve misleading "error" when `BString` object contains a null byte (`as.raw(0)`) 2. improve UX for converting...
Fixes issue #106 Wipes the `"qualities"` property of `mcols` from the `DNAStringSet` object prior to building it as a `QualityScaledDNAStringSet`. If other `mcols` properties are still present, it still throws...
fixes bug with 0-length input to `consensusMatrix` and `consensusString` mentioned in #101. Change was only made to `consensusMatrix`, returning a matrix with 0 rows causes `consensusString` to correctly handle the...