formfst: Format fasta

Description Usage Arguments Examples

View source: R/formfst.R

Description

Format fasta file for use with Blast

Usage

1
formfst(flin, flout = NULL)

Arguments

flin

chr string of path for Fasta file

flout

chr string of file to save for BLAST, output returned to console if NULL

Examples

1
2
flin <- system.file("extdata", "fst_ex.fasta", package = "fastablast")
formfst(flin)

fawda123/fastablast documentation built on May 6, 2019, 10:14 a.m.