Difference between revisions of "HTSeq"

From UFRC
Jump to navigation Jump to search
m (Text replace - "|{{#vardefine:intel|}} <!-- E.g. "11.1" --> |{{#vardefine:mpi|}} <!-- E.g. "openmpi/1.3.4" -->" to "")
m (Text replace - "]] {| <!--Main settings - REQUIRED-->" to "]] {|<!--Main settings - REQUIRED-->")
Line 2: Line 2:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
 
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
 
+
{|<!--Main settings - REQUIRED-->
{|
 
<!--Main settings - REQUIRED-->
 
 
|{{#vardefine:app|htseq}}
 
|{{#vardefine:app|htseq}}
 
|{{#vardefine:url|http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html}}
 
|{{#vardefine:url|http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html}}

Revision as of 18:10, 10 August 2012


Description

htseq website  

HTSeq is a Python package that provides infrastructure to process data from high-throughput sequencing assays.

See the HTSeq documentation chapter A tour through HTSeq first for an overview on the kind of analysis you can do with HTSeq and the design of the package, and then look at the reference documentation.

While the main purpose of HTSeq is to allow you to write your own analysis scripts, customized to your needs, there are also a couple of stand-alone scripts for common tasks that can be used without any Python knowledge. See the Scripts section in the overview below for what is available.

Required Modules

modules documentation

Serial

  • htseq
  • HPC_HTSEQ_BIN - executable directory.

How To Run

Two programs are available - htseq-count and htseq-qa. Run them without any arguments to see the usage information. The main HTSeq module can be loaded from python (import HTSeq). See HTSeq documentation for a tutorial.