View source: R/get_all_mhc_ligand_epitopes_and_mhc_alleles.R
get_all_mhc_ligand_epitopes_and_mhc_alleles | R Documentation |
Get all epitopes with MHC alleles from an MHC ligand assay
get_all_mhc_ligand_epitopes_and_mhc_alleles( max_n_queries = Inf, verbose = FALSE )
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 |
a tibble tibble with two columns:
linear_sequence
: the linear sequence of the epitope
mhc_allele_name
: the name of the MHC allele
Richèl J.C. Bilderbeek
use get_all_b_cell_epitopes_and_mhc_alleles to get all epitopes from a B cell assay
use get_all_mhc_ligand_epitopes_and_mhc_alleles to get all epitopes from an MHC ligand assay
use get_all_t_cell_epitopes_and_mhc_alleles to get all epitopes from a T cell assay
if (pureseqtmr::is_on_ci()) { get_all_mhc_ligand_epitopes_and_mhc_alleles( max_n_queries = 3 ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.