View source: R/combine_into_paired.R
combine_into_paired | R Documentation |
Generates a dataframe from separate heavy and light or beta and alpha chain dataframes
combine_into_paired(repertoire_heavy, repertoire_light)
repertoire_heavy |
A repertoire containing heavy/beta chain data |
repertoire_light |
A repertoire containing light/alpha chain data |
immuneSIM repertoire containing heavy/beta and light/alpha chain data.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.