View source: R/03_similarity_searches.R
export_sequences | R Documentation |
Export processed sequences as FASTA files
export_sequences(seq = NULL, outdir = tempdir())
seq |
A processed list of AAStringSet objects
as returned by |
outdir |
Path to output directory where FASTA files will be stored. |
Path to exported FASTA files.
# Load data
data(proteomes)
data(annotation)
# Process data
pdata <- process_input(proteomes, annotation)
# Export data
outdir <- file.path(tempdir(), "example_test")
export_sequences(pdata$seq, outdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.