write_proteome: Save a proteome in fasta format This function writes to a...

Usage Arguments

Usage

1
2
write_proteome(proteome, file.name, nbchar = 80, open = "w",
  as.string = TRUE)

Arguments

proteome

A data.table object storing amino acid 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.