User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
==Current Position==
==Current Position==
I work as a statistical bioinformatician for [http://www.csiro.au/org/CMIS.html CSIRO Mathematical and Information Sciences].
I work as a statistical bioinformatician for the CSIRO division of [http://www.csiro.au/org/CMIS.html Computational Informatics].


I don't maintain an active presence at OWW.  The best place to find me is [http://nsaunders.wordpress.com my blog] or [http://twitter.com/neilfws Twitter].


== Publications ==
I try to keep [http://nsaunders.wordpress.com/publications/ this list] up to date.  You can also experience the horror of my [http://www.researcherid.com/rid/B-5325-2010 ResearcherID page] or better, my [http://scholar.google.com/citations?user=oQhVomYAAAAJ&hl=en Google Scholar citations].


==Education==
==Useful links==
<!--Include info about your educational background-->
*[[Biogang|Biogang]]
* 1997, D. Phil., University of Oxford
* 1993, B. Sc., University of Edinburgh
 
==Research interests==
<!-- Feel free to add brief descriptions to your research interests as well -->
# Bioinformatics and computational biology
# Computational analysis of protein-protein interactions
# Microbial genomics
# Web 2.0 for scientists:  data management, collaboration and communication
 
==Publications==
<!-- Replace the PubMed ID's ("pmid=#######") below with the PubMed ID's for your publications.  You can add or remove lines as needed -->
'''In Press'''


'''In PubMed'''
== Testing ==
<biblio>
Just testing code syntax highlighting.
#NS24 pmid=19180175
#NS23 pmid=18813346
#NS22 pmid=18501020
#NS21 pmid=18477637
#NS20 pmid=18437229
#NS19 pmid=18332103
#NS18 pmid=17971854
#NS17 pmid=16944959
#NS16 pmid=15822924
#NS15 pmid=15822923
#NS14 pmid=15595725
#NS13 pmid=15638455
#NS12 pmid=15225324
#NS11 pmid=15087319
#NS10 pmid=14579252
#NS09 pmid=12805271
#NS08 pmid=10960107
#NS07 pmid=10708389
#NS06 pmid=10540283
#NS05 pmid=10383987
#NS04 pmid=9199411
#NS03 pmid=9201942
#NS02 pmid=9311786
#NS01 pmid=9353916
</biblio>
'''Not in PubMed'''


*Goodhew, C.F., Pettigrew, G.W., Devreese, B., Beeumen, J.V., van Spanning, R.J.M., Baker, S.C., Saunders, N.F.W., Ferguson, S.J. and Thompson, I.P. (1996). The cytochromes c -550 of ''Paracoccus denitrificans'' and ''Thiosphaera pantotropha'': a need for re-evaluation of the history of ''Paracoccus'' cultures. ''FEMS Microbiol. Letts''. 137: 95-101. [http://www.sciencedirect.com/science/article/B6T2W-3VWPBYY-K/2/e5d859e6a533395b2564acdef40e94a0 Science Direct]
'''Ruby'''
<syntaxhighlight lang="ruby">
require "bio"
</syntaxhighlight>


==Useful links==
'''R'''
*[[OpenWetWare:Welcome|Introductory tutorial]]
<syntaxhighlight lang="rsplus">
*[[Help|OpenWetWare help pages]]
library(MASS)
*[[Biogang|Biogang]]
x <- rnorm(100)
</syntaxhighlight>


[[Category:Biogang_members]]  
[[Category:Biogang_members]]  
[[Category:Bioinformaticians]]
[[Category:Bioinformaticians]]
[[Category:User_Australia]]
[[Category:User_Australia]]

Latest revision as of 16:03, 12 May 2014

Current Position

I work as a statistical bioinformatician for the CSIRO division of Computational Informatics.

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>