Description Usage Arguments Value
Convert siftr matrix to data frame and filter out unreliable predictions. For more information on the filtering see http://sift.bii.a-star.edu.sg/www/SIFT_help.html
1 2 | filterPredictions(sift_mat, score_thresh = 0.05, ic_thresh = 3.25,
residue_thresh = 2)
|
sift_mat |
siftr matrix generated using predictFromAlignment |
score_thresh |
sift score threshold, scores above this threshold are removed (default: 0.05) |
ic_thresh |
information content threshold, predictions in positions that have an ic above this threshold are considered low confidence and removed (default: 3.25) |
residue_thresh |
minimum number of aligned residues at the position of prediction (default: 2) |
data frame of predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.