Skip to content
Back to formatted view

Raw Message

Message-ID: <505CDE03.50105@sapo.pt>
Date: 2012-09-21T21:37:07Z
From: Rui Barradas
Subject: reading mzxml files
In-Reply-To: <CAPhgpPij8fZh36U4yjv=Nsnv0-FV3SsBFKVGOq7bFmiJCt2Abg@mail.gmail.com>

Hello,

For questions like this,

install.packages('sos')  # if not yet installed

library(sos)  # load into R session
findFn('mzxml ')

The frist two look promising.

Hope this helps,

Rui Barradas
Em 21-09-2012 20:02, Greg Barding escreveu:
> Hi Everyone,
>
> So I've been working a little with mzxml files generated from proteomics
> data.  The current packages available to read these are not sufficient for
> what I am doing and I would like to build my own.  The trouble I am having
> is how do I read in an mzxml file without the available packages (like
> reading in a table).  I've been searching through Google for a couple of
> days and am getting a little frustrated.  Thanks for the help, and sorry if
> such a simple question.
>
> Greg
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.