writeFasta {tigger} | R Documentation |
Write to a fasta file
Description
writeFasta
writes a named vector of sequences to a file in fasta
format.
Usage
writeFasta(named_sequences, file, width = 60, append = FALSE)
Arguments
named_sequences |
vector of named string representing sequences |
file |
the name of the output file. |
width |
the number of characters to be printed per line. if not between 1 and 255, width with be infinite. |
append |
|
Value
A named vector of strings respresenting Ig alleles.
See Also
readIgFasta to do the inverse.
Examples
## Not run:
# writeFasta(germlines, "ighv.fasta")
## End(Not run)
[Package tigger version 1.1.0 Index]