... | ... |
@@ -191,8 +191,8 @@ |
191 | 191 |
head(chromatogram(x, 1L)) ## same as tic(x) |
192 | 192 |
str(chromatogram(x)) ## as a list |
193 | 193 |
|
194 |
- peaks(x) ## extract all peak information |
|
195 |
- peaks(x, scan=4) ## extract just peaks from the 4th scan |
|
194 |
+ p <- peaks(x) ## extract all peak information |
|
195 |
+ head(peaks(x, scan=4)) ## extract just peaks from the 4th scan |
|
196 | 196 |
|
197 | 197 |
## An MRM experiment |
198 | 198 |
f <- proteomics(full.names = TRUE, pattern = "MRM") |