<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Using TUIT</title><link>https://sourceforge.net/p/tuit/wiki/Using%2520TUIT/</link><description>Recent changes to Using TUIT</description><atom:link href="https://sourceforge.net/p/tuit/wiki/Using%20TUIT/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Sep 2013 21:29:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tuit/wiki/Using%20TUIT/feed" rel="self" type="application/rss+xml"/><item><title>Using TUIT modified by Shestopalov Lab </title><link>https://sourceforge.net/p/tuit/wiki/Using%2520TUIT/</link><description>&lt;div class="markdown_content"&gt;&lt;h1&gt;
    Using TUIT
&lt;/h1&gt;
&lt;p&gt;
    Prior to using tuit for taxonomic identification, consider the settings in properties.xml and modify the available parameters if needed.
&lt;/p&gt;
&lt;p&gt;
    Pay attention to these two:
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&amp;lt;BLASTNPath&lt;/strong&gt;
&lt;strong&gt; &lt;/strong&gt;
&lt;strong&gt;path=&lt;/strong&gt;
&lt;strong&gt;"blastn"&lt;/strong&gt;
&lt;strong&gt;/&amp;gt; &lt;/strong&gt;
&lt;strong&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt; &lt;/strong&gt;
&lt;strong&gt;&amp;lt;TMPDir&lt;/strong&gt;
&lt;strong&gt; &lt;/strong&gt;
&lt;strong&gt;path=&lt;/strong&gt;
&lt;strong&gt;"tmp"&lt;/strong&gt;
&lt;strong&gt;/&amp;gt;&lt;/strong&gt;
&lt;strong&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
    correct the path values to correct system paths to blastn(.exe) executables and the temporary folder that you decided to dedicate for tuit temporary files.
&lt;/p&gt;
&lt;p&gt;
    Open the terminal window and type:
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;$:&amp;gt;java -jar {path to}/tuit.jar -p {path to}/properties.xml -i {path to input file.fasta}&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
    optionally you can specify the output file
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;$:&amp;gt;java -jar {path to}/tuit.jar -p {path to}/properties.xml -i {path to input file.fasta} -o {path to output file.tuit}&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
    as well as you may decide to get a more verbose output with a “–v” flag
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;$:&amp;gt;java -jar {path to}/tuit.jar -p {path to}/properties.xml -i {path to input file.fasta} -o {path to output file.tuit} -v&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
    the later will create a log file to help better understand how the algorithm parsed the blast output. TUIT will perform a BLASTN homology search and then
    use the output for classification.
&lt;/p&gt;
&lt;p&gt;
    You can always specify a pre-blasted xml-formatted output, which you decide to use as source for classification
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;
        $:&amp;gt;java -jar {path to}/tuit.jar -p {path to}/properties.xml -b {path to blast_output.xml} -i {path to input file.fasta} -o {path to output
        file.tuit} -v
    &lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
    Note that you still need to specify the query input file for that particular blast. Оtherwise the algorithm would not be able to correctly identify the
    sequences form the query with the output.
&lt;/p&gt;
&lt;h1&gt;
    Using the taxonomic database
&lt;/h1&gt;
&lt;p&gt;
    If you are conducting a research that involves classification of unknown nucleotide sequences, chances are that you could benefit from a “quick lookup” for
    NCBI taxid for a certain taxonomic group. The “f_level_children_by_parent” view from the tuit taxonomic database could come handy. You can use the
    “tuit@localhost” MySQL user to login and perform searches manually or with a script.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;mysql:&amp;gt; select * from f_level_children_by_parent where name=’Homo sapiens’&lt;/strong&gt;
    will show a row like this:
&lt;/p&gt;
&lt;div align="center"&gt;
&lt;table border="1" cellpadding="0" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        '9605',
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        '9606',
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        'Homo sapiens',
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        'species',
                    &lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        Parent taxid
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        taxid
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        Scientific name
                    &lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="89"&gt;
&lt;p&gt;
                        Taxonomic rank
                    &lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shestopalov Lab </dc:creator><pubDate>Mon, 09 Sep 2013 21:29:32 -0000</pubDate><guid>https://sourceforge.netdc32d61395f0bb5fe29edd5f6c3840c76bb52b99</guid></item></channel></rss>