Difference between revisions of "MEME"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:BioinformaticsCategory:Sequence {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|meme}} |{{#vardefine:url|http://me...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Biology]][[Category:Bioinformatics]][[Category:Sequence]]
+
[[Category:Software]][[Category:Biology]][[Category:Sequencing]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|meme}}
 
|{{#vardefine:app|meme}}
Line 17: 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}}}}|}}
 +
The MEME Suite allows you to:
 +
 +
* Discover motifs using MEME or GLAM2 on groups of related DNA or protein sequences.
 +
* Search sequence databases using motifs.
 +
* Compare a motif to all motifs in a database of motifs, and.
 +
* Associate motifs with Gene Ontology terms via their putative target genes.
  
MEME discovers novel, ungapped motifs (recurring, fixed-length patterns) in your sequences. MEME splits variable-length patterns into two or more separate motifs.
 
  
 
<!--Modules-->
 
<!--Modules-->
Line 24: Line 29:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:50, 12 August 2022

Description

meme website  
The MEME Suite allows you to:

  • Discover motifs using MEME or GLAM2 on groups of related DNA or protein sequences.
  • Search sequence databases using motifs.
  • Compare a motif to all motifs in a database of motifs, and.
  • Associate motifs with Gene Ontology terms via their putative target genes.


Environment Modules

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

System Variables

  • HPC_MEME_DIR - installation directory
  • HPC_MEME_BIN - executable directory
  • HPC_MEME_DOC - documentation directory