HTSeqcount
HTSeq-count is a command-line utility that is part of the HTSeq Python framework. It counts sequencing reads that overlap annotated genomic features in a reference genome, producing a table of feature-level counts commonly used for RNA-seq differential expression analysis.
Inputs to HTSeq-count consist of an aligned reads file (BAM or SAM) and a gene annotation file
Output from HTSeq-count is a tab-delimited table listing features and their counts. By default, reads that do
HTSeq-count is distributed as part of the HTSeq package and is commonly used in RNA-seq workflows to