comparison xcms_summary.r @ 1:457a68338c2f draft

planemo upload
author lecorguille
date Wed, 24 Feb 2016 12:27:43 -0500
parents 930478b22633
children 234df22cd722
comparison
equal deleted inserted replaced
0:930478b22633 1:457a68338c2f
40 40
41 # if the RData come from CAMERA 41 # if the RData come from CAMERA
42 if (!exists("xset") & exists("xa")) xset=xa@xcmsSet 42 if (!exists("xset") & exists("xa")) xset=xa@xcmsSet
43 43
44 # retrocompatability 44 # retrocompatability
45 if (!exists("sampleNamesList")) sampleNamesList=List("sampleNamesMakeNames"=make.names(sampnames(xset))) 45 if (!exists("sampleNamesList")) sampleNamesList=list("sampleNamesMakeNames"=make.names(sampnames(xset)))
46 46
47 if (!exists("xset")) stop("You need at least a xset or a xa object.") 47 if (!exists("xset")) stop("You need at least a xset or a xa object.")
48 48
49 49
50 50