通过嵌入矢量相似性来得分对齐
Sepehr Ashrafzadeh1, G Brian Golding2, Silvana Ilie3
1Department of Computer Science, University of Western Ontario, London, N6A 5B7, Ontario, Canada.
Briefings in bioinformatics
|May 2, 2024
概括
这项研究引入了一种新的E-score方法,用于氨基酸相似性,在序列对齐方面表现优于传统的BLOSUM矩阵. 这种深度学习方法利用上下文嵌入来进行更准确的生物序列分析.
科学领域:
- 生物信息学是一种生物信息学.
- 计算生物学 计算生物学
- 机器学习 机器学习
背景情况:
- 序列相似性对于理解蛋白质功能和进化关系至关重要.
- 现有的评分矩阵 (例如,PAM,BLOSUM) 是独立于上下文的,这限制了它们的准确性.
- 深度学习提供了一种创建上下文依赖表示的方法.
研究的目的:
- 开发一种新的,上下文依赖的对氨基酸相似性的评分方法.
- 为了提高生物序列对齐的准确性.
- 为了利用深度学习嵌入式进行蛋白质序列分析.
主要方法:
- 利用深度学习架构,在大型未标记的蛋白质序列数据集上进行自我监督的学习.
- 为单个氨基酸残留生成了上下文嵌入载体.
- 定义了E-分数作为残留嵌入矢量之间的同位素相似性.
主要成果:
- 使用E-score方法生成的对齐,特别是ProtT5得分,与基于BLOSUM的对齐相比显示出显著的改善.
- 新方法在各种参考多重序列对齐中表现出卓越的性能.
- E-score有效地捕捉了取决于上下文的氨基酸相似性.
结论:
- 电子分数为序列相似度评分提供了一种更准确,更具背景意识的方法.
- 这种方法有可能彻底改变序列对齐和相关的生物信息学任务.
- 开发的工具可以通过Web服务器和开源代码访问.
相关概念视频
Wilcoxon Signed-Ranks Test for Matched Pairs
121
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
121
Kendall's Coefficient of Concordance
329
Kendall's Coefficient of Concordance (W), also known as Kendall's W, is a non-parametric statistical measure used to assess the agreement or concordance between multiple raters or judges when they rank a set of items. It is often used when you have ordinal data (ranks) and you want to see if there is consistency or consensus among the raters. It is widely applied in research areas such as psychology, medicine, and social sciences, where multiple judges are asked to rank or rate subjects...
329
Position Vectors
877
A position vector is a fundamental concept in mathematics that helps determine the position of one point with respect to another point in space. It is a vector that describes the direction and distance between two points. Position vectors are highly useful in the field of math and science, as they help represent spatial relationships and make calculations easier.
For instance, we want to locate a point P(x, y, z) relative to the origin of coordinates O. In that case, we can define a position...
For instance, we want to locate a point P(x, y, z) relative to the origin of coordinates O. In that case, we can define a position...
877
Sign Test for Matched Pairs
131
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
To conduct the sign test, we first calculate the differences in...
131
Spearman's Rank Correlation Test
771
Spearman's rank correlation test, also known as Spearman's rho, is a nonparametric method for assessing the strength and direction of association between two variables. This test is particularly valuable when the data distribution is unknown or when the assumption of normality does not hold. Named after the English psychologist and statistician Dr. Charles Edward Spearman, it serves as the nonparametric counterpart to Pearson's correlation coefficient.
Spearman's test calculates...
Spearman's test calculates...
771
Vector Product (Cross Product)
9.5K
Vector multiplication of two vectors yields a vector product, with the magnitude equal to the product of the individual vectors multiplied by the sine of the angle between both the vectors and the direction perpendicular to both the individual vectors. As there are always two directions perpendicular to a given plane, one on each side, the direction of the vector product is governed by the right-hand thumb rule.
Consider the cross product of two vectors. Imagine rotating the first vector about...
Consider the cross product of two vectors. Imagine rotating the first vector about...
9.5K


