annotate next.r @ 5:41f122255d14

small update
author pieter.lukasse@wur.nl
date Thu, 19 Mar 2015 12:13:13 +0100
parents 44bfd7e34b39
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
1 # next script, useful for plotting the CAMERA groups pseudo-spectra:
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
2 plotPsSpectrum( LC$xset,320,maxlabel=10)
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
3 320 is group id
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
4 plotEICs( LC$xset,35,maxlabel=5)
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
5
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
6
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
7 could use this for the items identified by "annotate" step.
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
8 could also integrate this to getEIC tool (add option to give group list instead of m/z list)...but then rt and other options
44bfd7e34b39 added comment
pieter.lukasse@wur.nl
parents:
diff changeset
9 are also not so relevant...maybe a separate tool is more clear