powered by
Write the genotype file required by OGRDB
write_genotype_file(filename, segment, chain_type, genotype)
None
name of file to create (csv)
one of V, D, J
one of H, L
genotype data frame
genotype_file = tempfile("ogrdb_genotype") write_genotype_file(genotype_file, 'V', 'H', example_rep$genotype) file.remove(genotype_file)
Run the code above in your browser using DataLab