MontgomeryLab / tinyRNA

tinyRNA provides an all-in-one solution for precision analysis of sRNA-seq data. At the core of tinyRNA is a highly flexible counting utility, tiny-count, that allows for hierarchical assignment of reads to features based on positional information, extent of feature overlap, 5’ nucleotide, length, and strandedness.
GNU General Public License v3.0
1 stars 1 forks source link

tiny-plot: consistent color assignment across classes, detail improvements in legend and codebase #220

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

Improvements in sample_avg_scatter_by_dge* plots:

The code in plotterlib.scatter_grouped() has been refined, and the code in plotter.scatter_dge() has been slightly simplified.

Closes #219

AlexTate commented 2 years ago

This PR is ready to be merged but PR #214 needs to be merged first