Bio-MUST-Apps-HmmCleaner

 view release on metacpan or  search on metacpan

docs/hmmcleaner-users-guide.html  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <meta name="author" content="Arnaud Di Franco [arnaud.difranco@sete.cnrs.fr]" />
  <title>User Guide for HmmCleaner</title>
  <style type="text/css">code{white-space: pre;}</style>
  <link rel="stylesheet" type="text/css" media="screen, projection, print"
    href="Slidy2/styles/slidy.css" />
  <script src="Slidy2/scripts/slidy.js"
    charset="utf-8" type="text/javascript"></script>
</head>
<body>
<div class="slide titlepage">
  <h1 class="title">User Guide for <code>HmmCleaner</code></h1>
  <p class="author">
Arnaud Di Franco [<script type="text/javascript">
<!--
h='&#x73;&#x65;&#116;&#x65;&#46;&#x63;&#110;&#114;&#x73;&#46;&#102;&#114;';a='&#64;';n='&#x61;&#114;&#110;&#x61;&#x75;&#100;&#46;&#100;&#x69;&#102;&#114;&#x61;&#110;&#x63;&#x6f;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x61;&#114;&#110;&#x61;&#x75;&#100;&#46;&#100;&#x69;&#102;&#114;&#x61;&#110;&#x63;&#x6f;&#32;&#x61;&#116;&#32;&#x73;&#x65;&#116;&#x65;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#110;&#114;&#x73;&#32;&#100;&#x6f;&#116;&#32;&#102;&#114;</no...
  </p>
  <p class="date">Version 0.1 / Feb 13, 2018</p>
</div>
<div id="aim-and-features" class="titleslide slide section level1"><h1><span class="header-section-number">1</span> Aim and features</h1></div>
<div id="functional-overview" class="titleslide slide section level1"><h1><span class="header-section-number">2</span> Functional overview</h1></div><div id="profile-creation" class="slide section level2">
<h1><span class="header-section-number">2.1</span> Profile creation</h1>
<p><code>HmmCleaner</code> detects low similarity segments (LSS) through four steps. First, a pHMM is built from the MSA using <code>HMMER</code> (Figure 1A). This pHMM can be built upon either (i) all sequences of the MSA (complete strategy) or (ii)...
</div><div id="similarity-search" class="slide section level2">
<h1><span class="header-section-number">2.2</span> Similarity search</h1>
<p>Second, each sequence of the MSA is evaluated with the pHMM (Figure 1B), which yields profile-sequence alignments.</p>
</div><div id="score-analysis" class="slide section level2">
<h1><span class="header-section-number">2.3</span> Score analysis</h1>
<p>Third, the analysis of each profile-sequence alignment is based on the four discrete categories of column-wise probabilities provided by <code>HMMER</code>. The two first categories represent residues that fit poorly to the pHMM: blank character (...
</div>
<div id="outputs" class="titleslide slide section level1"><h1><span class="header-section-number">3</span> Outputs</h1></div>
<div id="annexes" class="titleslide slide section level1"><h1><span class="header-section-number">4</span> Annexes</h1></div><div id="command-line-interface" class="slide section level2">
<h1><span class="header-section-number">4.1</span> Command line interface</h1>
<pre class="none"><code>USAGE
    HmmCleaner.pl &lt;infiles&gt; [options]

REQUIRED ARGUMENTS
    &lt;infiles&gt;
        list of alignment file to check with HmmCleaner

OPTIONS
    -costs &lt;c1&gt; &lt;c2&gt; &lt;c3&gt; &lt;c4&gt;
        Cost parameters that defines the low similarity segments detected by
        HmmCleaner. Default values are -0.15, -0.08, 0.15, 0.45 Users can
        change each value but they have to be in increasing order. c1 &lt; c2 &lt;
        0 &lt; c3 &lt; c4 Predefine value are also available with --large and
        --specificity options but user defined costs will be prioritary if
        present.

    --changeID
        Determine if output will have defline with generic suffix
        (_hmmcleaned)



( run in 1.151 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )