预测突变危害的SIFT和PolyPhen2数据库介绍--SIFT and polyphen2 introduction
SIFT分数介绍:
SIFT sorts intolerant from tolerant amino acid substitutions :通过寻找近似的序列,进行比对,计算发生碱基替换的概率,小于0.05被认为是有害的。
SIFT takes a query sequence and uses multiple alignment information to predict tolerated and deleterious substitutions for every position of the query sequence. SIFT is a multistep procedure that (1) searches for similar sequences, (2) chooses closely related sequences that may share similar function to the query sequence , (3) obtains the alignment of these chosen sequences, and (4) calculates normalized probabilities for all possible substitutions from the alignment. Positions with normalized probabilities less than 0.05 are predicted to be deleterious, those greater than or equal to 0.05 are predicted to be tolerated.

