write_genome: Save a genome in fasta format This function writes to a file....

Usage Arguments

Usage

1
write_genome(genome, file.name, nbchar = 80, open = "w", as.string = TRUE)

Arguments

genome

A data.table object storing DNA sequences in the first column and gene ids in the second column.

file.name

A character string specifying the name of the fasta output file

as.string

When set to TRUE sequences are in the form of strings instead of vectors of single characters.


ssarda/genomeutils documentation built on May 30, 2019, 8:42 a.m.