load_seqs: Load vector of sequences from FASTA/FASTQ file

View source: R/io.R

load_seqsR Documentation

Load vector of sequences from FASTA/FASTQ file

Description

Load a vector of character sequences from the given path. This is just a wrapper around dnar::read.fa to choose the parser based on filename. Only the sequences are returned, not IDs or quality scores.

Usage

load_seqs(fp)

Arguments

fp

path to sequence file

Value

vector of sequences


ressy/microsat documentation built on Aug. 24, 2023, 10:09 a.m.