Skip to content

Commit

Permalink
Remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Dec 12, 2024
1 parent 0baa3e3 commit 97e1070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/maldi-pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"source": [
"## 5. Glycan Library Matching\n",
"\n",
"While the filtered peaks provide meaningful information, they're not particularly useful without knowing what glycan encompasses them. The master glycan library list (`library_peak_df`) defines the list of glycans of interest as well as the m/z value they're centered at. In this way, peak values can be mapped to their corresponding glycan within a tolerance range.\n",
"While the filtered peaks provide meaningful information, they're not particularly useful without knowing what glycan encompasses them. The master glycan library list (`library_peak_df`) defines the glycans of interest as well as the m/z value they're centered at. In this way, peak values can be mapped to their corresponding glycan within a tolerance range.\n",
"\n",
"* `ppm`: the tolerance range. Smaller values will lead to stricter matching and vice versa for larger values."
]
Expand Down

0 comments on commit 97e1070

Please sign in to comment.