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-count: make normalization by genomic hits optional #295

Closed AlexTate closed 1 year ago

AlexTate commented 1 year ago

When tiny-count increments read counts for assigned features, the increment amount has been normalized twice from the sequence's original count:

tiny-count currently has the option to disable the 2nd normalization step, but not the first. It would be useful in some research contexts for normalization by genomic hits to be optional. Stats collection routines will also need to be updated to support the new option.