User:Neil Saunders: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{New user}}
{{TOCright}}
 
==Current Position==
==Current Position==
I work in the [http://profiles.bacs.uq.edu.au/Bostjan.Kobe.html Kobe Lab] at the [http://www.uq.edu.au University of Queensland].  Our OWW pages [[Kobe|are here]].
I work as a statistical bioinformatician for the CSIRO division of [http://www.csiro.au/org/CMIS.html Mathematics, Informatics and Statistics].


==Contact Info==
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].
[[Image:Mad2.gif|thumb|right|Neil Saunders (an artistic interpretation)]]


*School of Molecular and Microbial Sciences
== Publications ==
*University of Queensland
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].
*Brisbane, QLD 4072
*Australia
*[[Special:Emailuser/Neil Saunders|Email me through OpenWetWare]]


You can find me at:
==Useful links==
*[[Biogang|Biogang]]


[http://nsaunders.wordpress.com WordPress] | [http://network.nature.com/profile/UE41743FA Nature Network] | [http://scintilla.nature.com/u/neilfws Scintilla] | [http://www.facebook.com/p/Neil_Saunders/630194991 Facebook] | [http://www.nodalpoint.org/user/neil Nodalpoint] | [http://del.icio.us/neilfws del.icio.us] | [http://www.linkedin.com/in/nfwsaunders LinkedIn]
== Testing ==
Just testing code syntax highlighting.


[http://www.flickr.com/photos/nsaunders/ Flickr] | [http://www.last.fm/user/neilfws/ last.fm] | [http://technorati.com/claim/rksqf6cb5 Technorati] | [http://www.slideshare.net/neilfws SlideShare] | [http://www.citeulike.org/user/neils CiteULike] | [http://www.madsci.org/cgi-bin/search?index=MadSci+Archives&start=1&query=Neil+Saunders&MAX_TOTAL=200 MadSci]
'''Ruby'''
<syntaxhighlight lang="ruby">
require "bio"
</syntaxhighlight>


==Education==
'''R'''
<!--Include info about your educational background-->
<syntaxhighlight lang="rsplus">
* 1997, D. Phil., University of Oxford
library(MASS)
* 1993, B. Sc., University of Edinburgh
x <- rnorm(100)
</syntaxhighlight>


==Research interests==
[[Category:Biogang_members]]  
<!-- Feel free to add brief descriptions to your research interests as well -->
[[Category:Bioinformaticians]]
# Bioinformatics and computational biology
[[Category:User_Australia]]
# 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'''
 
*Frith, M.C., Saunders, N.F.W., Kobe, B. and Bailey, T.L. (2008). Discovering Sequence Motifs with Arbitrary Insertions and Deletions. Accepted by ''PLoS Computational Biology''.
 
*Lonic, A., Barry E.F., Quach, C., Kobe, B., Saunders, N. and Guthridge, M.A. (2008). FGFR2 phosphorylation on Serine 779 couples to 14-3-3 and regulates cell survival and proliferation. ''Mol. Cell. Biol.'', in press (manuscript #MCB01837-07).
 
'''In PubMed'''
<biblio>
#NS1 pmid=17971854
#NS2 pmid=16944959
#NS3 pmid=15822924
#NS4 pmid=15822923
#NS5 pmid=15595725
#NS6 pmid=15638455
#NS7 pmid=15225324
#NS8 pmid=15087319
#NS9 pmid=14579252
#NS10 pmid=12805271
#NS11 pmid=10960107
#NS12 pmid=10708389
#NS13 pmid=10540283
#NS14 pmid=10383987
#NS15 pmid=9199411
#NS16 pmid=9201942
#NS17 pmid=9311786
#NS18 pmid=9353916
</biblio>
'''No 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]
 
==Useful links==
*[[OpenWetWare:Welcome|Introductory tutorial]]
*[[Help|OpenWetWare help pages]]

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>