<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lifesciences.bg</title>
	<atom:link href="http://lifesciences.bg/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://lifesciences.bg/blog</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2009 22:13:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Programmatic access to CD-Search</title>
		<link>http://lifesciences.bg/blog/?p=27</link>
		<comments>http://lifesciences.bg/blog/?p=27#comments</comments>
		<pubDate>Sat, 12 Sep 2009 20:27:29 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://lifesciences.bg/blog/?p=27</guid>
		<description><![CDATA[Well, CD-Search is simply one of the great tools at NCBI. CDD itself is one of the great databases at NCBI. Especially the ability of the algorithm to detect domain features (like catalytic residues for example) is what makes it so valuable for me &#8211; you can produce valuable, sensible and confident annotation of your [...]]]></description>
			<content:encoded><![CDATA[<p>Well, CD-Search is simply one of the great tools at NCBI. CDD itself is one of the great databases at NCBI. Especially the ability of the algorithm to detect domain features (like catalytic residues for example) is what makes it so valuable for me &#8211; you can produce valuable, sensible and confident annotation of your proteins with such a great ease.</p>
<p>CDD seems to be one of the projects that is actively being developed. It is now probably the best documented tool/database at NCBI. However, one important thing is missing in the documentation: how can you access this great resource programmatically?</p>
<p>Wait, wait&#8230; I know &#8211; you can start RPS-BLAST using the standard NCBI&#8217;s URL API:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p27code2'); return false;">View Code</a> PERL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p272"><td class="code" id="p27code2"><pre class="perl" style="font-family:monospace;"><span style="color: #0000ff;">$Bio</span><span style="color: #339933;">::</span><span style="color: #006600;">Tools</span><span style="color: #339933;">::</span><span style="color: #006600;">Run</span><span style="color: #339933;">::</span><span style="color: #006600;">RemoteBlast</span><span style="color: #339933;">::</span><span style="color: #006600;">HEADER</span><span style="color: #009900;">&#123;</span><span style="color: #ff0000;">'DATABASE'</span><span style="color: #009900;">&#125;</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">'cdsearch/cdd'</span><span style="color: #339933;">;</span>
<span style="color: #0000ff;">$Bio</span><span style="color: #339933;">::</span><span style="color: #006600;">Tools</span><span style="color: #339933;">::</span><span style="color: #006600;">Run</span><span style="color: #339933;">::</span><span style="color: #006600;">RemoteBlast</span><span style="color: #339933;">::</span><span style="color: #006600;">HEADER</span><span style="color: #009900;">&#123;</span><span style="color: #ff0000;">'SERVICE'</span><span style="color: #009900;">&#125;</span> <span style="color: #339933;">=</span> <span style="color: #ff0000;">'rpsblast'</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>but the output is definitely not what you may expect &#8211; this is a raw RPS-BLAST output, and NOT a CD-Search result with all those valuable annotations and domain feature predictions&#8230;</p>
<p>So how one can get a real CD-Search output? By experimenting with the POST parameters at the CD-Search web page I have found a simple way to do this.</p>
<p>All you need is to start a normal RPS-BLAST job using the URL API, e.g. using the BioPerl&#8217;s RemoteBlast class. However, do NOT get/parse the results &#8211; they are simply RPS-BLAST hits. Instead, save the Live Request Identifier (RID) of the job and do the following HTTP POST or GET request:</p>
<p><code></p>
<p>http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi?rid=<strong><em>RID</em></strong>&amp;output=xml</p>
<p></code></p>
<p>where  RID is the RID of your RPS-BLAST job. And you finally have the annotated CD-Search output in XML format, enjoy!</p>
<p>The magic CGI parameter here is &#8220;output=xml&#8221;. And as Larry Wall says, it is the magic that counts! <img src='http://lifesciences.bg/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lifesciences.bg/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>За &#8220;Open Source&#8221; наука</title>
		<link>http://lifesciences.bg/blog/?p=19</link>
		<comments>http://lifesciences.bg/blog/?p=19#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:25:47 +0000</pubDate>
		<dc:creator>Neli</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lifesciences.bg/blog/?p=19</guid>
		<description><![CDATA[Според проучване извършено през 2008 година, 90 % от професорите в Природните науки притежават един или нито един патент. Бързо бихме направили сметка, че едва 10% държат повече от един. Същото се отнася и за биотехнологичните и фармацевтични компании – те държат доста завиден пай от патентите за бъдещо разработване (от тяхна страна) на нови [...]]]></description>
			<content:encoded><![CDATA[<p>Според проучване извършено през 2008 година, 90 % от професорите в Природните науки притежават един или нито един патент. Бързо бихме направили сметка, че едва 10% държат повече от един. Същото се отнася и за биотехнологичните и фармацевтични компании – те държат доста завиден пай от патентите за бъдещо разработване (от тяхна страна) на нови технологии.</p>
<p>Бумът на интернет технологиите и достъпът до повече онлайн информация със сигурност улесни в известна степен научните среди. Но все пак голяма част от патентите, също така и специализираните литература и софтуерни продукти, остават на разположение за този, който си заплати (една завидна сума).</p>
<p>Всички знаем, че достъпът до информация е от съществено значение за бързото развитие на науките. Естествено има статии и бази данни със свободен достъп, но те са малка част. През последните години се наблюдава тенденцията да се създават повече проекти за свободен достъп на информация – много научни издателства например предоставят онлайн „Open Access” за част или всички свои статии. Нещо повече, някои организации спомагат за Open Source науката. Една от тях е BiOS (в прев. Биологична Инициатива за Отворено Общество), която поддържа идеята за споделени иновации като предоставя „Open Source” лицензи.  с това се противопоставя на стандартните права на ползване от страна на индустрията.</p>
<p>Дали това ще промени пазара? Със сигурност, според индустрията. Но в случая не говорим за лиценз, който дава разрешение за ползването на иновациите с комерсиална цел, а с идеална. Тоест, предоставянето на тази иновация на вниманието на научното общество, ще даде възможност тя да се доразработи много по-бързо в сравнение с R&amp;D отдела на една компания.</p>
<p>Също така широкият достъп до онлайн издания, бази данни от нуклеотидни и пептидни последователности, както и специализиран софтуер, ще форсират световните научните разработки. По същият начин, както предоставените Open Source кодове дадоха възможност за по-широко навлизане на интернет технологиите в нашето ежедневие.</p>
]]></content:encoded>
			<wfw:commentRss>http://lifesciences.bg/blog/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Започна се!</title>
		<link>http://lifesciences.bg/blog/?p=1</link>
		<comments>http://lifesciences.bg/blog/?p=1#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:52:00 +0000</pubDate>
		<dc:creator>Neli</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lifesciences.bg/blog/?p=1</guid>
		<description><![CDATA[Здравейте, Най-накрая сме тук! С най-голямо удоволствие пиша &#8220;приветствения&#8221; постинг в този блог. Добре дошли и искрено се надявам да ви е интересно, да откриете &#8220;вашата&#8221; информация и да споделите мнението си разбира се!]]></description>
			<content:encoded><![CDATA[<p>Здравейте,</p>
<p>Най-накрая сме тук! С най-голямо удоволствие пиша &#8220;приветствения&#8221; постинг в този блог. Добре дошли и искрено се надявам да ви е интересно, да откриете &#8220;вашата&#8221; информация и да споделите мнението си разбира се! <img src='http://lifesciences.bg/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lifesciences.bg/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

