Repository revision
Select a revision to inspect and download versions of Galaxy utilities from this repository.

Repository htseq_count
Name: htseq_count
Owner: lparsons
Synopsis: Count aligned reads (SAM/BAM) that overlap genomic features (GFF)
Uses the htseq-count script from the Python HTSeq package.

Given a file with aligned sequencing reads and a list of genomic features,
count how many reads map to each feature.

A feature is defined as an interval
(i.e., a range of positions) on a chromosome or a union of such intervals.

In the case of RNA-Seq, the features are typically genes, where each gene is defined
as the union of all it's exons. One may also consider each exon as a feature,
e.g., in order to check for alternative splicing. For comparative ChIP-Seq, the
features might be binding regions from a pre-determined list.
Type: unrestricted
Revision: 26:7f5a8d427b39
This revision can be installed: False
Times cloned / installed: 7229

Categories
Genomic Interval Operations - Tools for operating on genomic intervals
SAM - Tools for manipulating alignments in the SAM format
Sequence Analysis - Tools for performing Protein and DNA/RNA analysis