Skip to contents

Read FASTA files in a directory as a list of AAStringSet objects

Usage

fasta2AAStringSetlist(fasta_dir)

Arguments

fasta_dir

Character indicating the path to the directory containing FASTA files.

Value

A list of AAStringSet objects, where each element represents a different FASTA file.

Examples

fasta_dir <- system.file("extdata", "sequences", package = "syntenet")
aastringsetlist <- fasta2AAStringSetlist(fasta_dir)