write.fasta {bioseq.fasta} R Documentation

write a fasta sequence or a collection of fasta sequence object

Description

Usage

write.fasta(seq, file,
    lineBreak = -1,
    delimiter = " ",
    encoding = ASCII);

Arguments

seq

-

file

[as string]

lineBreak

The sequence length in one line, negative value or ZERo means no line break. [as integer]

encoding

The text encoding value of the generated fasta file. [as Encodings]

Details

Authors

seqtoolkit

Value

this function returns data object of type boolean.

clr value class

Examples


[Package bioseq.fasta version 1.0.0.0 Index]