open.fasta {bioseq.fasta} R Documentation

open the fasta sequence file

Description

Usage

open.fasta(file,
    read = TRUE,
    line.break = -1,
    delimiter = "|");

Arguments

file

[as string]

read

[as boolean]

line.break

[as integer]

delimiter

[as string]

env

[as Environment]

Details

Authors

seqtoolkit

Value

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.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]