| open.fasta {bioseq.fasta} | R Documentation |
open.fasta(file,
read = TRUE,
line.break = -1,
delimiter = "|");
a lazy collection of the fasta sequence data(a pipeline object of the FastaSeq sequence data) when the read parameter is TRUE, or a fasta stream writer(StreamWriter) object for write the sequence data into the target file in a stream manner when the read parameter is FALSE.