简体   繁体   English

R脚本在数据库/文学中的胰蛋白酶消化后找到肽

[英]R script to find peptides after trypsin digest in databases/literature

I have a long list of peptide sequences which I would like to look up in batch mode in public sources/ databases, to see if the peptides have been identified as biomarkers in specific tissues (plasma, urine, etc). 我有一长串肽序列,我想在公共资源/数据库中以批处理模式查找这些肽序列,以查看是否已将这些肽鉴定为特定组织(血浆,尿液等)中的生物标记。 The problem is that the peptides have been generated using a trypsin digest, which means that I do not always get exact matches and need to also find inexact matches to my peptide queries by finding cases with irregular digest cleavages. 问题在于,这些肽段是使用胰蛋白酶消化生成的,这意味着我并不总是能获得完全匹配的结果,还需要通过查找具有不规则消化酶切片段的病例来寻找与我的肽段查询不精确的匹配项。 The only R packages I am finding that can handle issues with enzyme digests deal with spectra rather than peptide sequences. 我发现的唯一可以处理酶消化问题的R软件包处理的是光谱而不是肽序列。 I would appreciate any suggestions on how to do this, thanks! 我将不胜感激任何有关此操作的建议,谢谢!

I've used the "Cleaver" R package in the past, it seems to have the most comprehensive list of enzymes that I've come across yet: 我过去使用过“ Cleaver” R软件包,它似乎具有我所遇到的最全面的酶列表:

devtools::install_github("sgibb/cleaver") devtools :: install_github( “sgibb /切割器”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM