Learn R Programming

debar (version 0.1.1)

write_fasta: Output the denoised consensus sequence to a fasta file.

Description

Output the denoised consensus sequence to a fasta file.

Usage

write_fasta(x, ...)

# S3 method for DNAseq write_fasta(x, ..., outfile = "denoised.fasta", append = TRUE)

Value

a class object of code "DNAseq"

Arguments

x

a DNAseq class object.

...

additional arguments to be passed between methods.

outfile

The name of the file to output the data to. Default is "denoised.fasta".

append

Should the ccs consensus sequence be appended to the output file?(TRUE) Or overwrite the file?(FALSE) Default is TRUE.

See Also

DNAseq

frame

adjust