cross_compose | R Documentation |
Predicts relatedness among peptides in a given database. Low values are associated with cross-reactive candidates.
cross_compose(query, background, position_weight = rep(1, 9))
## S4 method for signature 'ANY,xrBackground'
cross_compose(query, background, position_weight = rep(1, 9))
query |
A peptide target. Only 9-mers are supported. |
background |
Background object create with |
position_weight |
A numeric vector derived from TCR hotspots |
Returns a xrResult
object containing relatedness ranking
## Not run:
query <- 'EVDPIGHLY'
data('mage_off_targets')
mage_off_targets <- mage_off_targets$peptide_sequence
background <- cross_background(off_targets = mage_off_targets, allele = "HLA-A*01:01")
result <- cross_compose(query = query, background = background)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.