pkgdown/extra.css

Skip to contents

[Experimental] This function removes TCR pairs with V-segments that are not found in params. This is needed for pre-processing for TCRdist() and is part of prep_for_tcrdist(), which is automatically run during TCRdist().

Usage

filter_v_alleles(df, params = NULL, verbose = TRUE)

Arguments

df

data frame with paired TCRs

params

a table with acceptable V-segments (default is TIRTLtools::params)

verbose

whether to print number of TCRs removed

Value

a paired TCR data frame with TCRs with unknown V-segments removed.