Skip to content

tiny-count: make normalization by genomic hits optional #295

@AlexTate

Description

@AlexTate

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

  • 1st by the number of genomic hits produced by the alignment tool for the sequence
  • 2nd by the number of features selected at the sequence's given alignment locus.

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions