cross_background | R Documentation |
Peptide database spanning eluted candidates (experimentally validated) and custom (user-defined).
cross_background(off_targets = NULL, allele)
off_targets |
A list of off-target candidates. Only 9-mers are supported. |
allele |
Input an MHC Class I allele. Please, check |
Returns a xrBackground
object
## Not run:
# Listing MHC class I alleles
data('hla_database')
View(hla_database)
# Using default immunopeptidomics
background <- cross_background(allele = 'HLA-A*01:01')
# Using MAGE3A off-targets
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.