read.fasta {bioseq.fasta} R Documentation

read a fasta sequence collection file

Description

Usage

read.fasta(file,
    lazyStream = FALSE);

Arguments

file

[as string]

lazyStream

read the fasta sequence data in a lazy stream mode? if this parameter is TRUE, then a pipeline object of the @T:SMRUCC.genomics.SequenceModel.FASTA.FastaSeq. [as boolean]

Details

Authors

seqtoolkit

Value

A collection of the fasta sequence object: a vector of the FastaSeq object that contains all of the sequence data in the given fasta file, or a lazy pipeline object of the FastaSeq sequence data when the lazyStream parameter is TRUE.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]