Difference between revisions of "MetaCluster"
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:BioinformaticsCategory:Genomics {|<!--Main settings - REQUIRED--> |{{#vardefine:app|metacluster}} |{{#vardefi...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
− | [[Category:Software]][[Category:Bioinformatics]][[Category: | + | [[Category:Software]][[Category:Bioinformatics]][[Category:NGS]] |
{|<!--Main settings - REQUIRED--> | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|metacluster}} | |{{#vardefine:app|metacluster}} | ||
− | + | |{{#vardefine:url|http://i.cs.hku.hk/~alse/MetaCluster/index.html}} | |
− | |||
− | |||
− | |||
− | |||
− | |{{#vardefine:url|http:// | ||
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software --> | |{{#vardefine:exe|1}} <!--Present manual instructions for running the software --> | ||
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | ||
Line 22: | Line 17: | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
+ | MetaCluster is an unsupervised binning method for metagenomic sequences. Existing binning methods based on sequence similarity and sequence composition markers rely heavily on the reference genomes of known microorganisms and phylogenetic markers. MetaCluster is an integrated binning method based on the unsupervised top-down separation and bottom-up merging strategy. It can bin metagenomic sequencing datasets with mixed complex species abundance ratios from the exactly equal situation to the extremely unbalance situation with consistently higher accuracy when compared with other recently reported methods. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!--Modules--> | <!--Modules--> | ||
==Required Modules== | ==Required Modules== | ||
Line 36: | Line 26: | ||
==System Variables== | ==System Variables== | ||
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
− | * | + | * HPC_HTSEQ_BIN - executable directory. |
− | + | <!--Additional--> | |
− | + | {{#if: {{#var: exe}}|==Additional Information== | |
− | + | 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. | |
− | |||
− | {{#if: {{#var: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|}} | |}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}} | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}} |
Revision as of 18:40, 15 November 2012
Description
metacluster website
MetaCluster is an unsupervised binning method for metagenomic sequences. Existing binning methods based on sequence similarity and sequence composition markers rely heavily on the reference genomes of known microorganisms and phylogenetic markers. MetaCluster is an integrated binning method based on the unsupervised top-down separation and bottom-up merging strategy. It can bin metagenomic sequencing datasets with mixed complex species abundance ratios from the exactly equal situation to the extremely unbalance situation with consistently higher accuracy when compared with other recently reported methods.
Required Modules
Serial
- metacluster
System Variables
- HPC_{{#uppercase:metacluster}}_DIR - installation directory
- HPC_HTSEQ_BIN - executable directory.
Additional Information
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.