write_fasta: Write a tabseq table to disk in fasta-format.

write_fastaR Documentation

Write a tabseq table to disk in fasta-format.

Usage

write_fasta(x, file, format = "fasta", record_format = "%part", verbose = F)

Arguments

x

The tabseq table to save

file

The path to a wanted fasta-file

format

The format you want to save the file as

record_format

A string designating how to encode the records in the fasta file written. Defaults to "\

\item

verboseFor debugging

Saves the content to disk, and returns a tibble which represents what is being written to disk. Takes a tabseq table, and saves it to disk in the fasta format.

#my_sequences = read_tabseq("path/to/sequences.fa") #write_tabseq(my_sequences, "write/sequences/here/sequences.fa")


cmkobel/tabseq documentation built on Nov. 18, 2022, 8:19 p.m.