File: htseq.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,164 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: HTSeq
url: http://www-huber.embl.de/HTSeq/doc/overview.html
description: >
  HTSeq is a Python package that provides infrastructure to
  process data from high-throughput sequencing assays.
  HTSeq-count takes a file with aligned sequencing reads, plus
  a list of genomic features and counts how many reads map to each feature.
---

HTSeq is a general purpose Python package that provides infrastructure to
process data from high-throughput sequencing assays. `htseq-count` is a tool
that is part of the main HTSeq package - it takes a file with aligned sequencing
reads, plus a list of genomic features and counts how many reads map to each feature.