annotate metaMS/next.r @ 21:43902da5d00e
changed match_library location again
author |
linda.bakker@wur.nl <linda.bakker@wur.nl> |
date |
Wed, 06 May 2015 08:06:53 +0200 |
parents |
4393f982d18f |
children |
|
rev |
line source |
6
|
1 # next script, useful for plotting the CAMERA groups pseudo-spectra:
|
|
2 plotPsSpectrum( LC$xset,320,maxlabel=10)
|
|
3 320 is group id
|
|
4 plotEICs( LC$xset,35,maxlabel=5)
|
|
5
|
|
6
|
|
7 could use this for the items identified by "annotate" step.
|
|
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
|
|
9 are also not so relevant...maybe a separate tool is more clear |