View source: R/get_all_mhc_ligand_epitopes.R
get_all_mhc_ligand_epitopes | R Documentation |
Get all epitopes from an MHC ligand assay
get_all_mhc_ligand_epitopes( mhc_allele_name = "all", max_n_queries = Inf, verbose = FALSE )
mhc_allele_name |
name of an MHC allele |
max_n_queries |
maximum number of queries. Use Inf to have no upper limit on this. Lower values are useful for debugging. |
verbose |
set to TRUE for more output |
all epitopes
Richèl J.C. Bilderbeek
use get_all_b_cell_epitopes to get all epitopes from a B cell assay
use get_all_mhc_ligand_epitopes to get all epitopes from an MHC ligand assay
use get_all_t_cell_epitopes to get all epitopes from a T cell assay
if (pureseqtmr::is_on_ci()) { # There are a lot of MHC ligand epitopes, # only look through the first 30k get_all_mhc_ligand_epitopes( max_n_queries = 3 ) get_all_mhc_ligand_epitopes( mhc_allele_name = "cs.{HLA-A*01:01}", max_n_queries = 3 ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.