readIgFasta | R Documentation |
readIgFasta
reads a fasta-formatted file of immunoglobulin (Ig)
sequences and returns a named vector of those sequences.
readIgFasta(fasta_file, strip_down_name = TRUE, force_caps = TRUE)
fasta_file |
fasta-formatted file of immunoglobuling sequences. |
strip_down_name |
if |
force_caps |
if |
Named vector of strings respresenting Ig alleles.
writeFasta to do the inverse.
## Not run:
# germlines <- readIgFasta("ighv.fasta")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.