View source: R/01_data_import.R
fasta2AAStringSetlist | R Documentation |
Read FASTA files in a directory as a list of AAStringSet objects
fasta2AAStringSetlist(fasta_dir)
fasta_dir |
Character indicating the path to the directory containing FASTA files. |
A list of AAStringSet objects, where each element represents a different FASTA file.
fasta_dir <- system.file("extdata", "sequences", package = "syntenet")
aastringsetlist <- fasta2AAStringSetlist(fasta_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.