You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, as always, for developing such an excellent tool.
I am currently analyzing lactylation and have encountered an issue in DIANN version 1.9.1:
My Questions
Lactylation modifications are frequently detected only once at the end of Modified.Sequence, as shown in the attached image. Our goal is to exclude sequences where lactylation appears solely at the sequence’s end,because of the position after trypsin cleavage, lactylation modifications should not occur. In the advanced options window of the GUI, is there a command to exclude sequences where lactylation appears only at the end?
Expected Count for Lactylation: What is the typical number of Modified.Sequence entries expected to contain lactylation? With 172,893 unique sequences, I am concerned this may be an error. Could you confirm if this quantity is within an expected range?
The total unique Modified.Sequence count I obtained is 172,893, which seems unusually high. I suspect there may be an error in my commands:
data <- read.delim("2024_11_4_SP_Homo_sapiens_report.pr_matrix.tsv", header = TRUE, check.names = FALSE)
s <- data$Modified.Sequence %>% unique() # Total unique sequences: 172,893
s1 <- data$Modified.Sequence[str_detect(data$Modified.Sequence, "2114")] # Sequences with lactylation: 153,072
s2 <- s1[(!str_detect(s1, ".*2114.*2114.*")) & str_detect(s1, ".*2114\\)$")] %>% length() # Lactylation only at sequence end: 34,482
Manual Deletion of Modified.Sequence Entries: If the GUI does not support this exclusion, would manually deleting Modified.Sequence entries with lactylation at the end help ensure accuracy in the pr.matrix.tsv file?
Impact on pg.matrix.tsv: If we manually remove these sequences from pr.matrix.tsv, will this affect the pg.matrix.tsv file? Is it necessary to preserve the raw pg.matrix.tsv without any modifications?
Thank you very much for your guidance.
Best wishes,
zplv
The text was updated successfully, but these errors were encountered:
Hi Vadim,
Thank you, as always, for developing such an excellent tool.
I am currently analyzing lactylation and have encountered an issue in DIANN version 1.9.1:
My Questions
Lactylation modifications are frequently detected only once at the end of Modified.Sequence, as shown in the attached image. Our goal is to exclude sequences where lactylation appears solely at the sequence’s end,because of the position after trypsin cleavage, lactylation modifications should not occur. In the advanced options window of the GUI, is there a command to exclude sequences where lactylation appears only at the end?
Expected Count for Lactylation: What is the typical number of Modified.Sequence entries expected to contain lactylation? With 172,893 unique sequences, I am concerned this may be an error. Could you confirm if this quantity is within an expected range?
The total unique Modified.Sequence count I obtained is 172,893, which seems unusually high. I suspect there may be an error in my commands:
command in log.tsv:
Manual Deletion of Modified.Sequence Entries: If the GUI does not support this exclusion, would manually deleting Modified.Sequence entries with lactylation at the end help ensure accuracy in the pr.matrix.tsv file?
Impact on pg.matrix.tsv: If we manually remove these sequences from pr.matrix.tsv, will this affect the pg.matrix.tsv file? Is it necessary to preserve the raw pg.matrix.tsv without any modifications?
Thank you very much for your guidance.
Best wishes,
zplv
The text was updated successfully, but these errors were encountered: