View source: R/genotype_statistics.R
write_genotype_file | R Documentation |
Write the genotype file required by OGRDB
write_genotype_file(filename, segment, chain_type, genotype)
filename |
name of file to create (csv) |
segment |
one of V, D, J |
chain_type |
one of H, L |
genotype |
genotype data frame |
None
genotype_file = tempfile("ogrdb_genotype")
write_genotype_file(genotype_file, 'V', 'H', example_rep$genotype)
file.remove(genotype_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.