Skip to content

Commit b484c64

Browse files
committed
scans updated.
1 parent 0c87d41 commit b484c64

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ For MS/MS signals, we have the following additional columns:
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.
5858

59-
> [!NOTE]
60-
>
61-
> 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:
59+
60+
> **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:
6261
> ```python
6362
> precursor_spectrum = mzml_exp.getSpectrum(precursor_spectrum_index)
6463
> precursor_rt = precursor_spectrum.getRT()

0 commit comments

Comments
 (0)