Displaying 4 results from an estimated 4 matches for "metlin".
Did you mean:
meltin
2007 Aug 07
1
S4 methods: unable to find an inherited method
Hello all,
I consider myself pretty new to the whole OO based programming so
I'm sorry if I'm doing something stupid.
> xml<-read.metlin(url)
Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "read.metlin",
for signature "url"
>read.metlin
standardGeneric for "read.metlin" defined from package ".GlobalEnv"
function (xml, ...)
standardGene...
2011 Jul 20
1
SSOAP & chemspider
Dear all,
I've been trying on and off for the past few months to get SSOAP to work with chemspider. First I tried the WSDL file:
cs<-processWSDL("http://www.chemspider.com/MassSpecAPI.asmx?WSDL")
Error in parse(text = paste(txt, collapse = "\n")) :
<text>:1:29: unexpected input
1: function(x, ..., obj = new( ?
^
In addition:
2008 Apr 02
5
Forum vs Mailing lists - by the numbers
So, if we look at January, the last month without the forum:
http://www.winehq.org/pipermail/wine-users/2008-January/thread.html
we had 226 posts.
If we look at March, the first full month with the forum:
http://www.winehq.org/pipermail/wine-users/2008-March/thread.html
we had 2136 posts.
Even if you say that 1,000 of those posts were meta posts with complaints from
us Mailman lovers,
2007 Apr 02
0
Object problems with Generic and rematchDefinition
...mz= vector(), MSMSpreMZ = vector(),
MSMSint = vector(), MSMSrt = vector(),
MSMSpreZ = vector(), MSMScount= vector() ))
if ( !isGeneric("searchM") )
setGeneric("searchM", function(object, ...) standardGeneric("searchM"))
setMethod("searchMetlin", "xcmsRaw", function(object, cost=5, ppm=10) {
metlinfile<-url("http://") # need to add URL
met.xml<-read.metlin(metlinfile)
Pcount<-object at env$peaksCount
values<-matrix(nrow=length(Pcount), ncol= 6)
colnames(values)<-c("Name"...