Learn R Programming

immuneSIM (version 0.8.7)

combine_into_paired: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab