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: make class group colors consistent across samples in scatter_dge_class #219

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

Currently, classes are sorted by the number of associated features before plotting for sample_avg_scatter_dge_class plots. This ensures that samples with fewer associated features are plotted on top of more abundant classes. However, this sorting happens on a per-sample basis, and class colors are currently determined by this sorted order. This can lead to variation in the colors assigned to classes in each sample.

This plot type will be updated so that class colors are consistent across samples.