<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:extra="http://www.w3.org/1999/xhtml"
    xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <channel rdf:about="http://www.almob.org/feeds/latestcomments/journal?quantity=&amp;format=rss&amp;version=">
        <title>Algorithms for Molecular Biology - Latest Comments</title>
        <link>http://www.almob.org/comments</link>
        <description>The latest comments on all articles published by Algorithms for Molecular Biology</description>
        <dc:date>2013-03-14T16:57:25Z</dc:date>
        <items>
            <rdf:Seq>
                                <rdf:li resource="http://www.almob.org/content/6/1/25" />
                                <rdf:li resource="http://www.almob.org/content/5/1/9" />
                                <rdf:li resource="http://www.almob.org/content/4/1/2" />
                                <rdf:li resource="http://www.almob.org/content/2/1/1" />
                                <rdf:li resource="http://www.almob.org/content/2/1/12" />
                                <rdf:li resource="http://www.almob.org/content/1/1/1" />
                            </rdf:Seq>
        </items>
                 <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </channel>
        <item rdf:about="http://www.almob.org/content/6/1/25/comments#1429696">
        <title>Missed affiliation of M.Roytberg: National Research University Higher School of Economics.</title>
        <link>http://www.almob.org/content/6/1/25/comments#1429696</link>
        <description>&lt;p&gt;By author&apos;s mistake the affiliation of Mikhail A.Roytberg was not shown properly. The correct affiliation is as follows:
&lt;br/&gt;Mikhail A. Roytberg 2,3
&lt;br/&gt;2) Institute of Mathematical Problems in Biology, RAS, Pushchino, 142290, Russia
&lt;br/&gt;3) National Research University Higher School of Economics, 20 Myasnitskaya Ulitsa, Moscow, 101000, Russia&lt;/p&gt;</description>
                <dc:creator>Mikhail Roytberg</dc:creator>
                <dc:date>2013-03-14T16:57:25Z</dc:date>
        <prism:references>http://www.almob.org/content/6/1/25</prism:references>
        <prism:person>Polyanovsky et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>6</prism:volume>
        <prism:startingPage>25</prism:startingPage>
        <prism:publicationDate>Thu Oct 27 00:00:00 BST 2011</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <item rdf:about="http://www.almob.org/content/5/1/9/comments#393655">
        <title>linear search results</title>
        <link>http://www.almob.org/content/5/1/9/comments#393655</link>
        <description>&lt;p&gt;The linear search implementation uses several layers of overhead on top of the CDK Tanimoto calculation code, which in turn creates an intermediate bitset object. I expect that quite a bit of the compute time is spent just in function call and object management overhead. &lt;br/&gt; &lt;br/&gt;The linear search data structure uses a lot of memory. Based on figure 9, the implementation uses about 330 bytes for a 1024-bit fingerprint, which only needs 128 bytes. Adding perhaps 10 bytes for the identifier and a few bytes for overhead leads to a memory requirement of about 150 bytes, which is less than half used by the implementation. &lt;br/&gt; &lt;br/&gt;I have implemented the linear search code using Python for file I/O and memory management and C for search speed. By using a single byte array, with the fingerprints stored as byte-based bitstrings identified by offset into the array, the memory requirements are little higher than the raw data. My hardware is about the same as used in the paper, and my performance was about 8x to 10x faster. &lt;br/&gt; &lt;br/&gt;A similar implementation is possible in Java. I don&apos;t know if Java can come close to C performance, but I would expect it to be within a factor of 2, which is still 4x to 5x faster than the authors reported. &lt;br/&gt; &lt;br/&gt;The same optimization apply to the Baldi implementation, so in figure 7 the performance line for Baldi line should be about the same slope as the multibit tree. &lt;br/&gt; &lt;br/&gt;The multibit code may have its own set of speedups, but I have not analyzed that. I write to point out that the graph for the linear searches reflect a rather high implementation overhead. &lt;br/&gt;&lt;/p&gt;</description>
                <dc:creator>Andrew Dalke</dc:creator>
                <dc:date>2010-05-25T11:01:02Z</dc:date>
        <prism:references>http://www.almob.org/content/5/1/9</prism:references>
        <prism:person>Kristensen et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>5</prism:volume>
        <prism:startingPage>9</prism:startingPage>
        <prism:publicationDate>Mon Jan 04 13:51:34 GMT 2010</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <item rdf:about="http://www.almob.org/content/4/1/2/comments#410675">
        <title>CHSMiner included in the Softpedia Mac OS software database</title>
        <link>http://www.almob.org/content/4/1/2/comments#410675</link>
        <description>&lt;p&gt;CHSMiner has been added to Softpedia&apos;s database of software programs for Mac OS on May, 2010. It is featured with a description text, screenshots, download links and technical details on this page:  &lt;br/&gt;http://mac.softpedia.com/get/Math-Scientific/CHSMiner.shtml  &lt;br/&gt;  &lt;br/&gt;CHSMiner has been tested in the Softpedia labs using several industry-leading security solutions and found to be completely clean of adware/spyware components. More information about the product&apos;s certification is available on this page:  &lt;br/&gt;http://mac.softpedia.com/progClean/CHSMiner-Clean-77916.html  &lt;br/&gt;&lt;/p&gt;</description>
                <dc:creator>Zhen Wang</dc:creator>
                <dc:date>2010-05-25T11:00:02Z</dc:date>
        <prism:references>http://www.almob.org/content/4/1/2</prism:references>
        <prism:person>Wang et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>4</prism:volume>
        <prism:startingPage>2</prism:startingPage>
        <prism:publicationDate>Thu Jan 15 12:55:58 GMT 2009</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <item rdf:about="http://www.almob.org/content/2/1/1/comments#335609">
        <title>Phyloscan Version 2 web server is available.</title>
        <link>http://www.almob.org/content/2/1/1/comments#335609</link>
        <description>&lt;p&gt;Carmack &lt;i&gt;et al.&lt;/i&gt; (&lt;i&gt;Algorithms for Molecular Biology&lt;/i&gt; 2007, doi:10.1186/1748-7188-2-1) includes a web link to the &lt;a href=&apos;http://bayesweb.wadsworth.org/cgi-bin/phylo_web.pl&apos;&gt;Phyloscan Version 1&lt;/a&gt; web server, which analyzes genomic sequence data from &lt;i&gt;E. coli&lt;/i&gt; and related proteobacteria.  There is now a &lt;a href=&apos;http://bayesweb.wadsworth.org/cgi-bin/phyloscanV2.pl&apos;&gt;Phyloscan Version 2&lt;/a&gt; web server that permits analysis of user-supplied sequence data.  The new web server can be found at &lt;a href=&apos;http://bayesweb.wadsworth.org/cgi-bin/phyloscanV2.pl&apos;&gt;http://bayesweb.wadsworth.org/cgi-bin/phyloscanV2.pl&lt;/a&gt;.&lt;/p&gt;</description>
                <dc:creator>Lee Newberg</dc:creator>
                <dc:date>2009-03-24T17:48:32Z</dc:date>
        <prism:references>http://www.almob.org/content/2/1/1</prism:references>
        <prism:person>Carmack et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>2</prism:volume>
        <prism:startingPage>1</prism:startingPage>
        <prism:publicationDate>Tue Jan 23 14:49:07 GMT 2007</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <item rdf:about="http://www.almob.org/content/2/1/12/comments#310620">
        <title>Benchmarking datasets available for download</title>
        <link>http://www.almob.org/content/2/1/12/comments#310620</link>
        <description>&lt;p&gt;The datasets used for benchmarking in this paper are now available for download at:&lt;/p&gt;&lt;p&gt;http://www.cbs.dtu.dk/services/InterMap3D/Coevolution_Benchmarking_datasets.zip&lt;/p&gt;&lt;p&gt;We hope they can be of use to other researchers.&lt;/p&gt;</description>
                <dc:creator>Rodrigo Gouveia-Oliveira</dc:creator>
                <dc:date>2009-02-10T01:12:38Z</dc:date>
        <prism:references>http://www.almob.org/content/2/1/12</prism:references>
        <prism:person>Gouveia-Oliveira et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>2</prism:volume>
        <prism:startingPage>12</prism:startingPage>
        <prism:publicationDate>Wed Oct 03 14:15:15 BST 2007</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <item rdf:about="http://www.almob.org/content/1/1/1/comments#237521">
        <title>Systems Biology?</title>
        <link>http://www.almob.org/content/1/1/1/comments#237521</link>
        <description>&lt;p&gt;I was interested to read about the new journal, Algorithms for Molecular Biology. I was curious to know whether the journal would accept algorithms related to systems biology?&lt;/p&gt;</description>
                <dc:creator>Herbert Sauro</dc:creator>
                <dc:date>2006-07-05T17:00:08Z</dc:date>
        <prism:references>http://www.almob.org/content/1/1/1</prism:references>
        <prism:person>Morgenstern et al.</prism:person>
        <prism:publicationName>Algorithms for Molecular Biology</prism:publicationName>
        <prism:volume>1</prism:volume>
        <prism:startingPage>1</prism:startingPage>
        <prism:publicationDate>Tue Feb 28 00:00:00 GMT 2006</prism:publicationDate>
        <cc:license rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
    </item>
        <cc:License rdf:about="http://creativecommons.org/licenses/by/2.0/">
        <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution" />
        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
    </cc:License>
</rdf:RDF>
