<?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>Nick Crawford &#187; programming</title>
	<atom:link href="http://www.ngcrawford.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngcrawford.com</link>
	<description>Evolution and more...</description>
	<lastBuildDate>Wed, 09 Jun 2010 15:56:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blue Collar Bioinformatics</title>
		<link>http://www.ngcrawford.com/2009/11/22/blue-collar-bioinformatics/</link>
		<comments>http://www.ngcrawford.com/2009/11/22/blue-collar-bioinformatics/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 02:02:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/?p=313</guid>
		<description><![CDATA[Just wanted to recommend Blue Collar Bioinformatics a slick blog with lots of useful bioinformatics scripts.  Everything is written in python and the full working source is typically available on GIT.
]]></description>
			<content:encoded><![CDATA[<p>Just wanted to recommend <a href="http://bcbio.wordpress.com/">Blue Collar Bioinformatics</a> a slick blog with lots of useful bioinformatics scripts.  Everything is written in python and the full working source is typically available on GIT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/11/22/blue-collar-bioinformatics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F$@%ing R: Adventures with Tcltk in OSX</title>
		<link>http://www.ngcrawford.com/2009/10/28/fing-r-adventures-with-tcltk/</link>
		<comments>http://www.ngcrawford.com/2009/10/28/fing-r-adventures-with-tcltk/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 22:04:01 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[RNA-seq]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/?p=291</guid>
		<description><![CDATA[I've got a bunch of RNA-seq reads I need to analyze and for the the most part I've been writing my own code to do the analysis.  However, a recent paper in BioInformatics (Wang et al. 2009) describes a new R package for the identification of differentially expressed genes in RNA-seq datasets.  R is a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ngcrawford.com/wp-content/uploads/2009/10/Rlogo.jpg"><img class="alignleft size-full wp-image-292" title="Rlogo" src="http://www.ngcrawford.com/wp-content/uploads/2009/10/Rlogo.jpg" alt="Rlogo" width="100" height="76" /></a>I've got a bunch of RNA-seq reads I need to analyze and for the the most part I've been writing my own code to do the analysis.  However, a recent paper in BioInformatics (Wang et al. 2009) describes a new R package for the identification of differentially expressed genes in RNA-seq datasets.  R is a pretty straightforward language with a built-in installation system so I should just have to type two lines of code...</p>
<pre>source(&quot;http://bioconductor.org/biocLite.R&quot;)
biocLite(&quot;DEGseq&quot;)</pre>
<p>Not so quick. When I ran this code R tells me it can't find the DEGseq library. A bit more poking around on the internets and I discover that there's an alternate download site:</p>
<pre>source(&quot;http://bioinfo.au.tsinghua.edu.cn/software/degseq/DEGseqInstall.R&quot;)</pre>
<p>But after installing some dependancies it also spits out a bunch of errors.  I compare the errors... Hmmm... Both installs appear to by dying on the tcl/tk install, but tcltk is a default R library.  I can see it right there in "/Library/Frameworks/R.framework/Resources/library".  Two hours later and after trying a bunch of crap I find this helpful website:</p>
<p><a href="http://cran.r-project.org/bin/macosx/tools/">http://cran.r-project.org/bin/macosx/tools/</a></p>
<p>A quick and dirty install of the <em>tcltk-8.5.5-x11.dmg</em> and now "library(tcltk") works like a charm.  No errors.</p>
<p>I install DEGseq with the following set of commands:</p>
<pre>source(&quot;http://bioconductor.org/biocLite.R&quot;)
biocLite(&quot;DEGseq&quot;)</pre>
<p>Now, a day an a half later I can see if it's useful. Woo.</p>
<p><strong>Citations:</strong></p>
<p><em>L Wang, Z Feng, X Wang, X Wang, X Zhang. DEGseq: an R package for identifying differentially expressed genes from RNA-seq data. Bioinformatics (2009)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/10/28/fing-r-adventures-with-tcltk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PYTHON Quick Links</title>
		<link>http://www.ngcrawford.com/2008/05/14/python-quick-links/</link>
		<comments>http://www.ngcrawford.com/2008/05/14/python-quick-links/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:03:32 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/2008/05/14/python-quick-links/</guid>
		<description><![CDATA[I write a lot of code using the PYTHON Programing Language.  I just gave a very brief overview to a friend who has to learn it this summer. In the course of this lesson, it occurred to me that a lot of the bioinformatic resources that I use every day are not collected in one place.  So [...]]]></description>
			<content:encoded><![CDATA[<p>I write a lot of code using the <a title="Python.org" href="http://www.python.org/">PYTHON</a> Programing Language.  I just gave a very brief overview to a friend who has to learn it this summer. In the course of this lesson, it occurred to me that a lot of the bioinformatic resources that I use every day are not collected in one place.  So I've listed a couple of the most useful modules/packages below:</p>
<ul>
<li><a title="biopython.org" href="http://www.biopython.org">BioPython</a>
<ul>
<li>This package lets you interface with NCBI, parse datafiles (e.g. fastas, Genbank, blast output etc.), run blast queries, run clustalw, etc.</li>
</ul>
</li>
<li><a title="scipy.org" href="http://www.scipy.org">SciPy</a>
<ul>
<li>N-dimensional array manipulation</li>
</ul>
</li>
<li><a title="matplotlib.sourceforge.net" href="http://matplotlib.sourceforge.net/">MatPlotLib</a>
<ul>
<li>Graphing.</li>
</ul>
</li>
<li><a href="http://wiki.python.org/moin/DatabaseProgramming/">Python DB API</a>
<ul>
<li>Database integration</li>
</ul>
</li>
<li><a title="Google App Engine" href="http://code.google.com/appengine/">Google App Engine</a>
<ul>
<li>Free webhosting of python cgi scripts.  It's in beta.</li>
</ul>
</li>
<li><a title="Django" href="http://www.djangoproject.com/">Django</a>
<ul>
<li>Python Web Application Development package. It can be used in conjunction with Google App Engine.</li>
</ul>
</li>
</ul>
<p>Here are a few addition sites that I find useful:</p>
<ul>
<li><a title="Python 2.5 Quick Reference" href="http://rgruet.free.fr/PQR25/PQR2.5.html">Python 2.5 Quick Reference</a>
<ul>
<li>both html and PDF versions are available for free!</li>
</ul>
</li>
<li><a title="TextMate" href="http://macromates.com/">TextMate</a>
<ul>
<li>OS X text editor. It's not free, but there is a student discount available</li>
</ul>
</li>
<li><a title="Forklift" href="http://www.binarynights.com/">Forklift</a>
<ul>
<li>OS X ftp program. Also not free, but reasonably priced.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2008/05/14/python-quick-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
