User:Neil Saunders: Difference between revisions

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


== Testing ==
== Testing ==
Just testing code syntax highlighting.
'''Ruby'''
'''Ruby'''
<syntaxhighlight lang="ruby">
<syntaxhighlight lang="ruby">

Revision as of 16:41, 1 May 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 better, my Google Scholar citations.

Useful links

Testing

Just testing code syntax highlighting.

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

R <syntaxhighlight lang="rsplus"> library(MASS) x <- rnorm(100) </syntaxhighlight>