-
Notifications
You must be signed in to change notification settings - Fork 5
Feature filter multiply labeled peptides #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Changes from all commits
ed66faf
70b4051
63b3283
7edac98
556ab9d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,6 +48,17 @@ | |
| #' parenthetical annotation is stripped out of \code{PeptideSequence}, | ||
| #' leaving the plain amino acid sequence. | ||
| #' | ||
| #' In this path only, peptides carrying more than one labelable residue are | ||
| #' removed, and the number removed is reported. Residues are counted across | ||
| #' all of \code{labeledAminoAcids} together, so with \code{c("K", "R")} a | ||
| #' peptide containing one lysine and one arginine counts as two and is removed. | ||
| #' Such peptides can be only partially labeled, producing more than the two | ||
| #' mass states (fully light and fully heavy) that the turnover model | ||
| #' represents. Supporting them is future work; turnover analysis is currently | ||
| #' limited to peptides with exactly one labelable residue. The channel-based | ||
| #' path above is unaffected, since it does not infer labeling from sequence | ||
| #' content. | ||
|
Comment on lines
+51
to
+60
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you make the documentation overall around the turnover labels more concise and user friendly for a life scientist. This seems to be a lot of fluff generated from AI |
||
| #' | ||
| #' When \code{NULL} (default), protein-turnover mode is disabled and all | ||
| #' peptides receive \code{IsotopeLabelType = "Light"}. | ||
| #' @param quantificationColumn Use 'FragmentQuantCorrected'(default) column for quantified intensities for DIANN 1.8.x. | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if it should be this in the same spirit as the DIANN regex where here you prevent something like K[]] from being captured...?
\\[[^\\]]*\\]