read.seq {bioseq.fasta} R Documentation

Read a single fasta sequence file

Description

Usage

read.seq(file);

Arguments

file

[as string]

env

[as Environment]

Details

for input a genbank database file, this function will extract the origin sequence fasta object

Authors

seqtoolkit

Value

a FastaSeq object that read from the given sequence file;

this function returns a R# error message object if the given file is not a valid fasta sequence file or a genbank database file.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]