cross_pair_summary | R Documentation |
Calculates relatedness score between peptides
cross_pair_summary(query, subject, position_weight = rep(1, 9))
query |
A peptide target. Only 9-mers are supported. |
subject |
Putative off-target candidate. Only 9-mers are supported. |
position_weight |
A numeric vector derived from TCR hotspots |
Returns the list
holding Crossdome metrics
query <- 'EVDPIGHLY'
subject <- 'ESDPIVAQY'
cross_pair_summary(query = query, subject = subject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.