Skip to content

Commit ab4872f

Browse files
committed
scans updated.
1 parent 6dce46d commit ab4872f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ For MS/MS signals, we have the following additional columns:
5555
- `precursor_intensity`: The intensity of the precursor ion, if the signal is MS/MS. Capture with pyopenms with `spectrum.getPrecursors()[0].getIntensity()`. If the precursor is not annotated (present), we use the purity object to get the information; see note below.
5656
- `precursor_rt`: The retention time of the precursor ion, if the signal is MS/MS. See note below.
5757
- `precursor_total_intensity`: The total intensity of the precursor ion, if the signal is MS/MS. See note below.
58-
5958

6059
> **NOTE**: For all the precursor-related information, we are using the first precursor in the spectrum. The following columns `intensity` (if not annotated), `precursor_rt`, and `precursor_total_intensity` we use the following pyopnems code:
6160
> ```python

0 commit comments

Comments
 (0)