Features
- Five new types of graphs:
- `histpos`: histogram of mutations per position
- `histread`: histogram of mutations per read
- `roc`: receiver operating characteristic (ROC)
- `aucroll`: rolling area under the curve of ROC
- `corroll`: rolling correlation/comparison between profiles
- Graphs `seqbar` and `diffbar` were renamed to `profile` and `delprof`, respectively.
- Graphs that compare pairs of tables (`corroll`, `delprof`, and `scatter`) can now compare all combinations of 2 tables from a list (with `--comppair`) as well as compare each table to itself (with `--compself`).
Documentation
- Documentation for how to use the main workflow is now up to date.
What's Changed
* 0.10.0 by matthewfallan in https://github.com/rouskinlab/seismic-rna/pull/9
**Full Changelog**: https://github.com/rouskinlab/seismic-rna/compare/v0.9.8...v0.10.0