genotypeFasta {tigger} | R Documentation |
Return the nucleotide sequences of a genotype
Description
genotypeFasta
converts a genotype table into a vector of nucleotide
sequences.
Usage
genotypeFasta(genotype, germline_db, novel = NA)
Arguments
genotype |
|
germline_db |
vector of named nucleotide germline sequences
matching the alleles detailed in |
novel |
an optional |
Value
A named vector of strings containing the germline nucleotide sequences of the alleles in the provided genotype.
See Also
Examples
# Find the sequences that correspond to the genotype
genotype_db <- genotypeFasta(SampleGenotype, SampleGermlineIGHV, SampleNovel)
[Package tigger version 1.1.0 Index]