|
Seq2Logo-1.0 server
Seq2Logo is a web-based sequence logo ethod for construction and visualization of amino acid binding motifs and sequence profiles including sequence weighting, pseudo counts and two-sided representation of amino acid enrichment and depletion.
Note that Seq2Logo as default includes a pseudo count correction for low counts.
This means that the amino acid frequencies displayed in the sequence logos
are corrected for low number of observations using a Blosum amino acid
similarity matrix. To turn this feature off, the Weight on prior must be set to
zero.
// FORM HANDLER
function _INPUT($name)
{
if ($_SERVER['REQUEST_METHOD'] == 'GET')
return strip_tags($_GET[$name]);
if ($_SERVER['REQUEST_METHOD'] == 'POST')
return strip_tags($_POST[$name]);
}
if (count($_POST)>0)
{
$inpaste = trim(_INPUT("INPASTE"));
} else {
$inpaste = "";
}
$webdir = "/biotools/Seq2Logo-1.0/bin/"
// FORM HANDLER ENDS
?>
CITATIONS
For publication of results, please cite:
- Seq2Logo: a method for construction and visualization of amino acid binding motifs and sequence profiles including sequence weighting, pseudo counts and two-sided representation of amino acid enrichment and depletion.
Martin Christen Frolund Thomsen; Morten Nielsen, Nucleic Acids Research 2012; doi: 10.1093/nar/gks469.
Abstract
Full text
GETTING HELP
Scientific problems:
Technical problems and suggestions:
|