powered by
genotypeFasta converts a genotype table into a vector of nucleotide sequences.
genotypeFasta
genotypeFasta(genotype, germline_db, novel = NA)
A named vector of strings containing the germline nucleotide sequences of the alleles in the provided genotype.
data.frame of alleles denoting a genotype, as returned by inferGenotype.
data.frame
vector of named nucleotide germline sequences matching the alleles detailed in genotype.
genotype
an optional data.frame containing putative novel alleeles of the type returned by findNovelAlleles.
inferGenotype
# Find the sequences that correspond to the genotype genotype_db <- genotypeFasta(SampleGenotype, SampleGermlineIGHV, SampleNovel)
Run the code above in your browser using DataLab