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

Counter, DGE, Plotter: optionally break down counts per-feature using custom tags #197

Closed AlexTate closed 2 years ago

AlexTate commented 2 years ago

We would like to allow users to break down counts per-feature by defining a tag on a per-rule basis.

AlexTate commented 2 years ago

Update: first drafts of changes in Counter and DGE are complete.

Plotter will require some tricky processing of the Feature Class column to ensure that class-related charts properly represent tagged class counts for features which have multiple associated classes and match multiple tagged rules.