write_fasta {minSNPs}R Documentation

write_fasta

Description

write_fasta is used to write the named character vectors to fasta file.

Usage

write_fasta(seqc, filename)

Arguments

seqc

a list containing list of nucleotides. To keep it simple, use provided read_fasta to import the fasta file.

filename

filename of the output file

Value

will write the alignments to file


[Package minSNPs version 0.2.0 Index]