User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 12: Line 12:


== Testing ==
== Testing ==
 
'''Ruby'''
<syntaxhighlight lang="ruby">
<syntaxhighlight lang="ruby">
require "bio"
require "bio"
</syntaxhighlight>
</syntaxhighlight>


'''R'''
<syntaxhighlight lang="rsplus">
<syntaxhighlight lang="rsplus">
library(MASS)
library(MASS)

Revision as of 22:24, 22 April 2012

Current Position

I work as a statistical bioinformatician for the CSIRO division of Mathematics, Informatics and Statistics.

I don't maintain an active presence at OWW. The best place to find me is my blog or Twitter.

Publications

I try to keep this list up to date. You can also experience the horror of my ResearcherID page or my Google Scholar citations.

Useful links

Testing

Ruby <syntaxhighlight lang="ruby"> require "bio" </syntaxhighlight>

R <syntaxhighlight lang="rsplus"> library(MASS) </syntaxhighlight>