write_fasta | R Documentation |
Writes a fasta file (Not yet used).
write_fasta(fasta_db, file)
fasta_db |
A list of protein entries from |
file |
A character string to the name of a protein fasta file. |
fasta_db <- read_fasta(file = "~/proteoQ/dbs/fasta/uniprot/uniprot_hs_2020_05.fasta")
write_fasta(fasta_db, "~/proteoQ/examples/my.fasta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.