comparison xcms_summary.r @ 3:89a8b5ff3e44 draft

Uploaded
author lecorguille
date Fri, 19 Feb 2016 11:51:18 -0500
parents 0b87dcf08f72
children 1245c04eebde
comparison
equal deleted inserted replaced
2:0b87dcf08f72 3:89a8b5ff3e44
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