get_all_t_cell_epitopes_and_mhc_alleles: Get all epitopes from a B cell assay

View source: R/get_all_t_cell_epitopes_and_mhc_alleles.R

get_all_t_cell_epitopes_and_mhc_allelesR Documentation

Get all epitopes from a B cell assay

Description

Get all epitopes from a B cell assay

Usage

get_all_t_cell_epitopes_and_mhc_alleles(max_n_queries = Inf, verbose = FALSE)

Arguments

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

Value

all epitopes

Author(s)

Richèl J.C. Bilderbeek

See Also

  • 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

Examples

if (pureseqtmr::is_on_ci()) {
  get_all_t_cell_epitopes()
}

richelbilderbeek/iedbr documentation built on Aug. 21, 2022, 12:12 a.m.