<?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>Bleeding Edge Biotech &#187; Bioinformatics</title>
	<atom:link href="http://www.bleedingedgebiotech.com/blog/category/bioinformatics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bleedingedgebiotech.com/blog</link>
	<description>Bioinformatics and Big Iron</description>
	<lastBuildDate>Fri, 15 Jul 2011 17:57:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using Ruby for Bioinformatics Applications</title>
		<link>http://www.bleedingedgebiotech.com/blog/programming/using-ruby-for-bioinformatics-applications/</link>
		<comments>http://www.bleedingedgebiotech.com/blog/programming/using-ruby-for-bioinformatics-applications/#comments</comments>
		<pubDate>Tue, 06 May 2008 16:01:59 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.bleedingedgebiotech.com/blog/?p=63</guid>
		<description><![CDATA[When I started working in a bioinformatics research lab I quickly discovered the wonderful dynamic language that is Perl. I&#8217;ve spent a couple of years with Mastering Perl for Bioinformatics somewhere on or around my desk. Perl itself was designed with text-processing and reporting in mind so naturally it&#8217;s become widely used when handling biological [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bioruby.open-bio.org/images/bioruby-gem.png" alt="bioruby" /></p>
<p>When I started working in a bioinformatics research lab I quickly discovered the wonderful dynamic language that is <a title="The Perl Directory - perl.org" href="http://www.perl.org/">Perl</a>.  I&#8217;ve spent a couple of years with <a title="O'Reilly Media | Mastering Perl for Bioinformatics" href="http://www.oreilly.com/catalog/mperlbio/">Mastering Perl for Bioinformatics</a> somewhere on or around my desk.  Perl itself was designed with text-processing and reporting in mind so naturally it&#8217;s become widely used when handling biological data.</p>
<p>So everything bioinformatics should be coded in Perl, right?  A couple of years ago I might have agreed, but now I feel differently.  My first <a href="http://www.xkcd.com/353/">&#8220;Perl, I&#8217;m leaving you.&#8221;</a> moment came when I discovered the way that Rails does web programming.  Ruby is the magic in Rails, but I soon discovered Ruby goes much beyond web frameworks.  To quote <a href="http://brainspl.at/">Ezra</a>:</p>
<h3><em>&#8220;I came for the Rails, but I stayed for the Ruby&#8221;</em></h3>
<p>I wanted to compile some links to show how an active community is positioning Ruby to be a powerful language for bioinformatics programming:</p>
<p><a title="BioRuby" href="http://bioruby.open-bio.org/">BioRuby &#8211; open source bioinformatics library</a></p>
<p><a href="http://github.com/bioruby/bioruby/tree" title="bioruby's bioruby at master &mdash; GitHub">BioRuby on Github</a></p>
<h3>Web Frameworks</h3>
<p><a title="Ruby on Rails" href="http://www.rubyonrails.org/">Ruby on Rails</a> &#8211; the famous MVC framework that made ruby popular</p>
<p><a title="Merb | Looking for a better framework?" href="http://merbivore.com/">Merb</a> &#8211; fast, lightweight MVC framework</p>
<p><a title="RedHanded &amp;amp;amp;raquo; Camping is a Microframework" href="http://redhanded.hobix.com/bits/campingAMicroframework.html" class="broken_link">Camping</a> &#8211; 5k microframework</p>
<p><a title="Sinatra: Classy web-development dressed in a DSL for Ruby" href="http://sinatrarb.com/">Sinatra</a> &#8211; web development DSL</p>
<p><a href="http://ramaze.net/" title="home    [Ramaze]">Ramaze</a> &#8211; simple, light, and modular web application framework</p>
<p><a href="http://rack.rubyforge.org/" title="Rack: a Ruby Webserver Interface">Rack</a> &#8211; Webserver interface</p>
<h3>Distributed/Parallel Computing</h3>
<p><a title="Intro to DRb" href="http://chadfowler.com/ruby/drb.html" class="broken_link">DRb- Distributed Ruby</a></p>
<p><a title="Skynet: MapReduce in Ruby on Dion Almaer's Blog" href="http://almaer.com/blog/skynet-mapreduce-in-ruby">SkyNet- Map Reduce in Ruby</a></p>
<p><a title="How to use Ruby's Rinda::Ring" href="http://segment7.net/projects/ruby/drb/rinda/ringserver.html">Rinda</a> &#8211; Linda parallel programming model in Ruby</p>
<p><a title="The Xgrid Tutorials (Part IV): Submit Jobs with Ruby | MacResearch" href="http://macresearch.org/the_xgrid_tutorials_part_iv_submit_jobs_with_ruby">rxgrid</a> &#8211;  Xgrid batch language</p>
<p><a title="freshmeat.net: Project details for MPI Ruby" href="http://freshmeat.net/projects/mpi_ruby/">MPI Ruby</a> &#8211; MPI bindings for Ruby</p>
<p><a title="A Ruby Gem that gives you full access to the Amazon EC2 API from your Ruby/Ruby on Rails apps" href="http://github.com/grempe/amazon-ec2/tree/master">amazon-ec2</a> &#8211; Amazon EC2 API</p>
<h3>Testing/Spec</h3>
<p><a title="RSpec-1.1.3: Overview" href="http://rspec.info/">RSpec</a> &#8211; <a title="Behavior Driven Development - Wikipedia, the free encyclopedia" href="http://en.wikipedia.org/wiki/Behavior_driven_development">BDD</a> framework</p>
<p><a title="Module: Test::Unit" href="http://stdlib.rubyonrails.org/libdoc/test/unit/rdoc/classes/Test/Unit.html">Test::Unit</a> &#8211; Unit testing in the Ruby standard library</p>
<h3>Integration with other programming languages</h3>
<p><a title="JRuby - Home" href="http://jruby.codehaus.org/">JRuby</a> &#8211; JVM ruby implementation</p>
<p><a title="SWIG and Ruby" href="http://www.swig.org/Doc1.3/Ruby.html">SWIG and Ruby</a> &#8211; automatically generate C interfaces</p>
<p><a title="How to create a Ruby extension in C in under 5 minutes" href="http://www.rubyinside.com/how-to-create-a-ruby-extension-in-c-in-under-5-minutes-100.html">Ruby C extensions</a></p>
<h3>Math/Statistics</h3>
<p><a href="http://rb-gsl.rubyforge.org/" title="Ruby/GSL">Ruby-GSL</a> &#8211; wrapper for the GNU Scientific Library</p>
<p><a title="RubyForge: RSRuby: Project Info" href="http://rubyforge.org/projects/rsruby/">RSRuby</a>- R statistics package in Ruby</p>
<p><a href="http://sciruby.codeforpeople.com/" title="FrontPage - SciRuby" class="broken_link">SciRuby</a></p>
<p><a title="Numerical Ruby NArray" href="http://narray.rubyforge.org/">Ruby NArray</a> &#8211; similar to <a href="http://numpy.scipy.org/" title="Numpy Home Page">NumPy</a></p>
<h3>Visualization/Graphics</h3>
<p><a href="http://rgplot.rubyforge.org/" title="Ruby Gnuplot - How To">Ruby Gnuplot</a> &#8211; Gnuplot bindings</p>
<p><a title="The Shoebox ? Ruby-Processing" href="http://www.the-shoebox.org/apps/44">Ruby-Processing</a> &#8211; The Processing language in Ruby</p>
<p><a title="ruby-opengl -- Home" href="http://ruby-opengl.rubyforge.org/">ruby-opengl</a> &#8211; OpenGL bindings</p>
<p><a title="Gruff Graphs for Ruby | Ruby on Rails for Newbies" href="http://nubyonrails.com/pages/gruff" class="broken_link">Gruff</a> &#8211; Graph API</p>
<p><a title="Ruby SVG::Graph" href="http://www.germane-software.com/software/SVG/SVG::Graph/">Ruby-SVG</a> &#8211; SVG Graphics</p>
<p><a title="Ruby Gnuplot - How To" href="http://rgplot.rubyforge.org/">Ruby Gnuplot</a></p>
<h3>Machine Learning</h3>
<p><a href="http://web.media.mit.edu/~dustin/papers/ai_ruby_plugins/" title="AI Related Ruby Extensions">AI Related Ruby Extensions</a></p>
<p><a title="Support Vector Machines (SVM) in Ruby - igvita.com" href="http://www.igvita.com/2008/01/07/support-vector-machines-svm-in-ruby/">Support Vector Machines in Ruby</a></p>
<p><a title="ruby-fann" href="http://ruby-fann.rubyforge.org/">Fast Artificial Neural Network library</a></p>
<h3>Blogs about bioinformatics and Ruby</h3>
<p><a href="http://saaientist.blogspot.com/">Saaien Tist</a> &#8211; Jan Aerts, on bioinformatics and personal productivity</p>
<p><a href="http://www.bioinformaticszen.com/">Bioinformatics Zen</a> &#8211; Micheal Barton</p>
<p>Be sure to visit the <a href="http://friendfeed.com/rooms/ruby-for-bioinformatics" title="Ruby for Bioinformatics - FriendFeed">Ruby for Bioinformatics room on FriendFeed</a> for even more Ruby goodness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bleedingedgebiotech.com/blog/programming/using-ruby-for-bioinformatics-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can the energetic value of food be personalized?</title>
		<link>http://www.bleedingedgebiotech.com/blog/bioinformatics/can-the-energetic-value-of-food-be-personalized/</link>
		<comments>http://www.bleedingedgebiotech.com/blog/bioinformatics/can-the-energetic-value-of-food-be-personalized/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 04:33:54 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Metagenomics]]></category>
		<category><![CDATA[Microphysiology]]></category>
		<category><![CDATA[Nutrition]]></category>

		<guid isPermaLink="false">http://www.bleedingedgebiotech.com/blog/?p=25</guid>
		<description><![CDATA[Listening to the latest FIB podcast, What is the nutrient and caloric value in food? Is it an absolute term? &#8230; a box of cheerios says 110 calories per serving. Now does each person that eats a serving of cheerios extract 110 calories or are there subtle differences in our caloric harvest? Dr. Jeffrey Gordon [...]]]></description>
			<content:encoded><![CDATA[<p>Listening to the latest <a href="http://www.twit.tv/FIB">FIB</a> podcast,</p>
<blockquote><p>What is the nutrient and caloric value in food? Is it an absolute term?  &#8230; a box of cheerios says 110 calories per serving.  Now does each person that eats a serving of cheerios extract 110 calories or are there subtle differences in our caloric harvest?</p></blockquote>
<p><a href="http://gordonlab.wustl.edu//">Dr. Jeffrey Gordon</a> talks about microbial <a href="http://en.wikipedia.org/wiki/Metagenomics">metagenomics</a>.  His research looks to make a huge impact on our knowledge of nutrition and dieting.  Gut microbial communities have a dynamic influence on host genomes in mice.  They sampled obese mouse genomes and found some clear indications that the massive amount of bacterial organisms living inside each of us are impacting our health in way that is mutually beneficial.</p>
<p>I see two big opportunities here.  The treatment of malnutrition and obesity should be more focused on the physiological conditions imposed by these micro-communities.  Second, the ability to engineer new bacterial components with the complexity and efficiency we are seeing in nature is forward thinking.  Mash up detailed human microbe metabolomic data against all the new ocean community microbe genomes and you have quite an exciting study!</p>
<p>Let me further define mash up as to not sound too journalistic.</p>
<ul>
<li>Rebuild those trees, phylogenetics is getting <em>much</em> more interesting</li>
<li>Metabolic pathway ontologies better be in order</li>
<li>Networks, networks, networks.  Signals from microbial genomes are coordinated with our own microphysiology.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bleedingedgebiotech.com/blog/bioinformatics/can-the-energetic-value-of-food-be-personalized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protein Design is inverse Structure Prediction</title>
		<link>http://www.bleedingedgebiotech.com/blog/bioinformatics/protein-design-as-inverse-structure-prediction/</link>
		<comments>http://www.bleedingedgebiotech.com/blog/bioinformatics/protein-design-as-inverse-structure-prediction/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 03:31:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bioengineering]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Protein Design]]></category>

		<guid isPermaLink="false">http://www.bleedingedgebiotech.com/blog/?p=15</guid>
		<description><![CDATA[If we imagine protein folding as the exploration by a human explorer navigating a rugged landscape in search of the lowest elevation point, then how do we describe protein design? If we are still baffled by structure prediction in the &#8216;midnight zone&#8217; how can we have a bioengineering strategy that is worth the title &#8216;protein [...]]]></description>
			<content:encoded><![CDATA[<p>If we imagine protein folding as the exploration by a human explorer navigating a rugged landscape in search of the lowest elevation point, then how do we describe protein design?  If we are still baffled by structure prediction in the &#8216;midnight zone&#8217; how can we have a bioengineering strategy that is worth the title &#8216;protein design&#8217;?</p>
<p>When does Bioinformatics become Bioengineering?  Is protein design really just inverse structure prediction?  Does that work to simplify the problem?</p>
<p>I have always looked at the problem from the perspective of predicting ternary structure from primary structure.  It almost seems more practical to flip the problem around.  Given a structure and function, can we predict the amino acid sequence?</p>
<p>DNA synthesizers are rapidly improving.  We still do not understand how a change in the amino acid sequence affects changes in protein structure.  Template based modeling is progressing, anything beyond a sequence identity of 30% can be reliably modeled with a good pipeline.</p>
<p>Reliable function prediction is obviously the next milestone, but I think the gap from structure to function is still enormous.  How do we standardize function specification?  Enzyme functions can be described by the reaction they catalyze or the pathway they are part of.  However not all proteins are enzymes.  And not all enzymes are proteins.  Hormones, transcription factors, membrane receptors all have some characteristic structure that supports their function.</p>
<p>Function prediction needs about 10 years before it can provide the type of infrastructure for robust bioengineering and truly rational drug design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bleedingedgebiotech.com/blog/bioinformatics/protein-design-as-inverse-structure-prediction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CryoEM and Comparative Modeling</title>
		<link>http://www.bleedingedgebiotech.com/blog/structural-biology/cryoem-and-comparative-modeling/</link>
		<comments>http://www.bleedingedgebiotech.com/blog/structural-biology/cryoem-and-comparative-modeling/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 22:40:49 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[Structural Biology]]></category>

		<guid isPermaLink="false">http://www.bleedingedgebiotech.com/blog/?p=12</guid>
		<description><![CDATA[I read a great paper by Såli et al this week, Refining Protein Structures by Iterative Comparative Modeling and CryoEM Density Fitting. -image taken from viperdb.scripps.edu I remember Matthew Baker, one of the authors on this paper, spoke at CASP7 last year. This is an exciting application of modeling since CryoEM can provide the structure [...]]]></description>
			<content:encoded><![CDATA[<p>I read a great <a href="http://www.hubmed.org/display.cgi?uids=16490207">paper by Såli et al</a> this week, Refining Protein Structures by Iterative Comparative Modeling and CryoEM Density Fitting.</p>
<p><a href="http://www.bleedingedgebiotech.com/blog/wp-content/uploads/2007/03/2bld.jpg" onclick="return false;" title="Direct link to file"><img src="http://www.bleedingedgebiotech.com/blog/wp-content/uploads/2007/03/2bld.thumbnail.jpg" alt="2BLD" height="128" width="148" /></a></p>
<p>-image taken from <a href="http://viperdb.scripps.edu" target="_blank">viperdb.scripps.edu</a></p>
<p>I remember Matthew Baker, one of the authors on this paper, spoke at <a href="http://www.predictioncenter.org" target="_blank">CASP7</a> last year.  This is an exciting application of modeling since CryoEM can provide the structure of large virus assemblies and membranes.  Where comparative modeling becomes important is increasing the resolution to pseudo-atom structures so you can really see what&#8217;s happening in terms of chemistry.  With simulated electron density maps, Sali et al benchmarked a comparative modeling pipeline which added a density fit score to the DOPE potential.</p>
<p>The genetic algorithm runs for 15 hours on a 50 node dual-PIII cluster.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bleedingedgebiotech.com/blog/structural-biology/cryoem-and-comparative-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

