Identify which alpha and beta chains were able to be paired and which were not paired
identify_paired.Rd
For each sample in the dataset, identify_paired()
annotates the alpha
and beta pseudobulk data with the number of distinct pairs each chain is a part of
in the paired data as well as a TRUE/FALSE column indicating whether the chain
is paired with any partners.
Arguments
- data
a TIRTLseq dataset created by
load_tirtlseq()
Value
A dataset similar to that created by load_tirtlseq()
, but
with added columns is_paired
and n_paired
in the alpha and beta
pseudobulk data frames.
is_paired
is TRUE if the chain is found in the
paired data. n_paired
is the number of distinct chains that the particular
chain is paired with.
See also
Other data_processing:
TIRTL_process()
,
add_single_chain_data()
,
clean_pairs()
,
identify_non_functional_seqs()
,
prep_for_tcrdist()
,
remove_duplicates()