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 representing Ig alleles.
fasta-formatted file of immunoglobulin 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