How should I interpret for example, SIFT score:
SIFT_pred = T;T;T;T;D;T
SIFT_score = 0.138;0.138;0.138;0.138;0.042;0.157
From dbNSFP documentation, I understand the meaning of D and T
- D: Deleterious (sift<=0.05);
- T: tolerated (sift>0.05)
My question is: Why there are multiple values of both pred
and score
in this example?
Hello greeness,
just a quick guess about this. AFAIK the prediction depends on the transcript, as SIFT need to know whether the variant is located in an exon, intron, ... and if there is an amino acid change. So I guess these multiple values are for different transcripts.
Where did you get this value from?
fin swimmer