combine_into_paired: Generates a dataframe from separate heavy and light or beta...

View source: R/combine_into_paired.R

combine_into_pairedR Documentation

Generates a dataframe from separate heavy and light or beta and alpha chain dataframes

Description

Generates a dataframe from separate heavy and light or beta and alpha chain dataframes

Usage

combine_into_paired(repertoire_heavy, repertoire_light)

Arguments

repertoire_heavy

A repertoire containing heavy/beta chain data

repertoire_light

A repertoire containing light/alpha chain data

Value

immuneSIM repertoire containing heavy/beta and light/alpha chain data.

Examples

repertoire_heavy <- immuneSIM(number_of_seqs = 5,species = "mm",receptor = "ig", chain = "h")
repertoire_light <- immuneSIM(number_of_seqs = 5,species = "mm",receptor = "ig", chain = "kl")
paired_repertoire <- combine_into_paired(repertoire_heavy,repertoire_light)

GreiffLab/immuneSIM documentation built on Dec. 2, 2023, 1:22 a.m.