write_fasta: Writes fasta

write_fastaR Documentation

Writes fasta

Description

Writes a fasta file (Not yet used).

Usage

write_fasta(fasta_db, file)

Arguments

fasta_db

A list of protein entries from read_fasta.

file

A character string to the name of a protein fasta file.

Examples


fasta_db <- read_fasta(file = "~/proteoQ/dbs/fasta/uniprot/uniprot_hs_2020_05.fasta")
write_fasta(fasta_db, "~/proteoQ/examples/my.fasta")



qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.