cross_substitution_matrix | R Documentation |
Calculates position-specific substitution across cross-reactive candidates.
cross_substitution_matrix(object, ...)
## S4 method for signature 'xrResult'
cross_substitution_matrix(object, rank = NULL, pvalue_threshold = 0.01)
object |
Depends on xrResult object. Run |
rank |
A numeric value to filter number of candidates |
pvalue_threshold |
P-value threshold |
Returns a matrix
with amino acid substitution probabilies.
## Not run:
result <- cross_substitution_matrix(object = result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.