Difference between revisions of "MetaCluster"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:BioinformaticsCategory:Genomics {|<!--Main settings - REQUIRED--> |{{#vardefine:app|metacluster}} |{{#vardefi...")
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
+
[[Category:Software]][[Category:Biology]][[Category:Genomics]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|metacluster}}
 
|{{#vardefine:app|metacluster}}
|{{#vardefine:url|__NOTOC__
+
|{{#vardefine:url|http://i.cs.hku.hk/~alse/MetaCluster/index.html}}
__NOEDITSECTION__
 
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
 
{|<!--Main settings - REQUIRED-->
 
|{{#vardefine:app|fasta}}
 
|{{#vardefine:url|http://fasta.bioch.virginia.edu/fasta_www2/fasta_down.shtml}}
 
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:policy|}} <!--Enable policy section -->
 
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section -->
 
|{{#vardefine:faq|}} <!--Enable FAQ section -->
 
|{{#vardefine:citation|}} <!--Enable Reference/Citation section -->
 
|}
 
<!-- ########  Template Body ######## -->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
 
 
The FASTA programs find regions of local or global (new) similarity between
 
Protein or DNA sequences, either by searching Protein or DNA databases, or
 
by identifying local duplications within a sequence. Other programs provide
 
information on the statistical significance of an alignment. Like BLAST,
 
FASTA can be used to infer functional and evolutionary relationships between
 
sequences as well as help identify members of gene families.
 
<!--Modules-->
 
==Required Modules==
 
[[Modules|modules documentation]]
 
===Serial===
 
*{{#var:app}}
 
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_FASTA_BIN - executable directory
 
==Available documentation==
 
Several man pages are available:
 
* fasta3, fastf3, fasts3, map_db, prss3, pvcomp
 
Type "man MANPAGE" to access them at the command line.
 
{{#if: {{#var: conf}}|==Configuration==
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
{{#if: {{#var: policy}}|==Usage Policy==
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}}
 
{{#if: {{#var: testing}}|==Performance==
 
WRITE PERFORMANCE TESTING RESULTS HERE|}}
 
{{#if: {{#var: faq}}|==FAQ==
 
*'''Q:''' **'''A:'''|}}
 
{{#if: {{#var: citation}}|==Citation==
 
If you publish research that uses {{{app}}} you have to cite it as follows:
 
WRITE CITATION HERE
 
|}}
 
}}
 
 
|{{#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 68: 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 high accuracy.
  
The FASTA programs find regions of local or global (new) similarity between
 
Protein or DNA sequences, either by searching Protein or DNA databases, or
 
by identifying local duplications within a sequence. Other programs provide
 
information on the statistical significance of an alignment. Like BLAST,
 
FASTA can be used to infer functional and evolutionary relationships between
 
sequences as well as help identify members of gene families.
 
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*{{#var:app}}
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_FASTA_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory.
==Available documentation==
+
<!--Additional-->
Several man pages are available:
+
{{#if: {{#var: exe}}|==Additional Information==
* fasta3, fastf3, fasts3, map_db, prss3, pvcomp
+
Four programs are available  
Type "man MANPAGE" to access them at the command line.
+
* MetaBinNoise 
 +
* MetaCluster4Fast 
 +
* MetaCluster5_1 
 +
* MetaCluster5_2|}}
 
{{#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.|}}

Latest revision as of 19:26, 18 August 2022

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 high accuracy.

Environment Modules

Run module spider metacluster to find out what environment modules are available for this application.

System Variables

  • HPC_METACLUSTER_DIR - installation directory
  • HPC_METACLUSTER_BIN - executable directory.

Additional Information

Four programs are available

  • MetaBinNoise
  • MetaCluster4Fast
  • MetaCluster5_1
  • MetaCluster5_2