powered by
readIgFasta reads a fasta-formatted file of immunoglobulin (Ig) sequences and returns a named vector of those sequences.
readIgFasta
readIgFasta(fasta_file, strip_down_name = TRUE, force_caps = TRUE)
Named vector of strings respresenting Ig alleles.
fasta-formatted file of immunoglobuling sequences.
if TRUE, will extract only the allele name from the strings fasta file's sequence names.
TRUE
if TRUE, will force nucleotides to uppercase.
writeFasta to do the inverse.
if (FALSE) { # germlines <- readIgFasta("ighv.fasta") }
Run the code above in your browser using DataLab