ba_gxy_probs | R Documentation |
Calculate the 'GXY' frame of a peptide, and use probabilities of hdroxylation for prolines at different positions to estimate the probability of every possible level of hydroxylation
ba_gxy_probs( seq, xprob = 0.05, yprob = 0.95, xyxprob = 0.5, xyyprob = 0.99, verbose = F )
seq |
a peptide sequence |
xprob |
the probability of hydroxylation at the X position |
yprob |
the probability of hydroxylation at the Y position |
xyxprob |
the probability of hydroxylation at the X position if the Y position is also Proline |
xyyprob |
the probability of hydroxylaiton at the Y position if the X position is also Proline |
verbose |
set to TRUE for more verbose processing |
ba_gxy_probs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.