<?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; Software</title>
	<atom:link href="http://www.ngcrawford.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngcrawford.com</link>
	<description>Evolution and more...</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MultiMarkdown</title>
		<link>http://www.ngcrawford.com/2010/06/09/multimarkdown/</link>
		<comments>http://www.ngcrawford.com/2010/06/09/multimarkdown/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:56:58 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/?p=336</guid>
		<description><![CDATA[Since I started using github in a serious way back in January I've begun writing my documentation in the  markdown format that displays so nicely on github. Markdown is essentially a parsing tool and a simple text syntax that allows the easy conversion of human 'readable text' to html. It's intuitive, it took less than 5 minutes to pick up, [...]]]></description>
			<content:encoded><![CDATA[<p>Since I started using <a href="http://www.github.com">github</a> in a serious way back in January I've begun writing my documentation in the  <a href="http://daringfireball.net/projects/markdown/">markdown</a> format that displays so nicely on github. Markdown is essentially a parsing tool and a simple text syntax that allows the easy conversion of human 'readable text' to html. It's intuitive, it took less than 5 minutes to pick up, and saves me a ton of time not writing HTML. However, its ease of use is tempered, a bit, by a lack of features.  Although it is easy to create headers, lists, and code bocks - simple HTML stuff - it doesn't include the option to create tables, formated mathematical formulas, citations and bibliographies.  Since I'm a scientist who wants to produce documents with these sorts of features, this is annoying.</p>
<p>Luckily, the markdown syntax has recently been extended, in a project called <a href="http://fletcherpenney.net/multimarkdown/">MultiMarkdown</a>, to include many of the aforementioned features. Multimarkdown essentially merges the markdown syntax with <a href="http://www.latex-project.org/">LaTeX</a> which, if you haven't heard of it, is a rather inscrutable, but extremely powerful text formatting language.  It's popular in the CS and physics disciplines.  LaTeX produces beautiful documents, but it's easy to spend a week or more adjusting the formatting and reading the API trying to figure out some of the more complicated features.  Multimarkdown looks like it will do much of the more basic LaTeX formatting, but without the headache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2010/06/09/multimarkdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40 Essential Tools and Resources to Visualize Data &#124; FlowingData</title>
		<link>http://www.ngcrawford.com/2009/12/16/40-essential-tools-and-resources-to-visualize-data-flowingdata/</link>
		<comments>http://www.ngcrawford.com/2009/12/16/40-essential-tools-and-resources-to-visualize-data-flowingdata/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 20:06:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/?p=327</guid>
		<description><![CDATA[This looks incredibly useful.  I really need to sit down and learn Flash and Processing. 40 Essential Tools and Resources to Visualize Data &#124; FlowingData.]]></description>
			<content:encoded><![CDATA[<p>This looks incredibly useful.  I really need to sit down and learn Flash and Processing.</p>
<p><a href="http://flowingdata.com/2008/10/20/40-essential-tools-and-resources-to-visualize-data/">40 Essential Tools and Resources to Visualize Data | FlowingData</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/12/16/40-essential-tools-and-resources-to-visualize-data-flowingdata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Academia vs. Business via XKCD</title>
		<link>http://www.ngcrawford.com/2009/11/18/academia-vs-business-via-xkcd/</link>
		<comments>http://www.ngcrawford.com/2009/11/18/academia-vs-business-via-xkcd/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:14:24 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.ngcrawford.com/?p=308</guid>
		<description><![CDATA[So true.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">So true.</p>
<p><a href="http://xkcd.com/664/"><img src="http://www.ngcrawford.com/wp-content/uploads/2009/11/academia_vs_business.png" alt="" width="518" height="267" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/11/18/academia-vs-business-via-xkcd/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>3</slash:comments>
		</item>
		<item>
		<title>Textmate Nexus Bundle</title>
		<link>http://www.ngcrawford.com/2009/03/05/textmate-nexus-bundle/</link>
		<comments>http://www.ngcrawford.com/2009/03/05/textmate-nexus-bundle/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 17:42:10 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ngcrawford.com/?p=236</guid>
		<description><![CDATA[I wrote a very simple textmate bundle for working with nexus files. Version 1 Functionality: folds NEXUS blocks, highlighting bayes block mcmc line and typing command-B will automatically calculate burnin at 25%, more to come as I think of it.... probably contains bugs Download nexus bundle version 1. (03/05/09)]]></description>
			<content:encoded><![CDATA[<p><a href="http://ngcrawford.com/wp-content/uploads/2009/03/textmate-12-14-07.png"><img class="alignleft size-full wp-image-239" style="border: 10px solid white;" title="textmate-12-14-07" src="http://ngcrawford.com/wp-content/uploads/2009/03/textmate-12-14-07.png" alt="textmate-12-14-07" width="128" height="128" /></a>I wrote a very simple <a href="http://http://macromates.com/">textmate</a> bundle for working with nexus files.</p>
<p><strong>Version 1 Functionality: <span style="font-weight: normal;">folds NEXUS blocks, highlighting bayes block mcmc line and typing command-B will automatically calculate burnin at 25%, more to come as I think of it.... probably contains bugs</span></strong></p>
<p>Download <a href="http://ngcrawford.com/wp-content/uploads/2009/03/nexustmbundle.zip">nexus bundle</a> version 1. (03/05/09)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/03/05/textmate-nexus-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New measures of genetic differentiation</title>
		<link>http://www.ngcrawford.com/2009/02/16/new-measures-of-genetic-differentiation/</link>
		<comments>http://www.ngcrawford.com/2009/02/16/new-measures-of-genetic-differentiation/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 02:31:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ngcrawford.com/?p=226</guid>
		<description><![CDATA[Lou Jost has pretty neat paper out describing new measures genetic diversity that accurately account for allelic differences.  I've written some PYTHON scripts to parse genepop files, measure allele frequencies, and generate [some of] these measures of diversity.  Enjoy. http://www.ngcrawford.com/django/jost/ Jost L. 2008. GST and its relatives do not measure differentiation. Molecular Ecology,17(18), 4015 - 4026]]></description>
			<content:encoded><![CDATA[<p>Lou Jost has pretty neat paper out describing new measures genetic diversity that accurately account for allelic differences.  I've written some PYTHON scripts to parse genepop files, measure allele frequencies, and generate [some of] these measures of diversity.  Enjoy.</p>
<p><a href="http://www.ngcrawford.com/django/jost/">http://www.ngcrawford.com/django/jost/</a></p>
<p>Jost L. 2008. G<sub>ST</sub> and its relatives do not measure differentiation. Molecular Ecology,<strong>17</strong>(18), 4015 - 4026</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcrawford.com/2009/02/16/new-measures-of-genetic-differentiation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

