Learn R Programming

seqmagick (version 0.1.7)

fa_filter: fa_filter

Description

fasta filter by searching pattern

Usage

fa_filter(
  fasfile,
  pattern,
  by = "description",
  ignore.case = FALSE,
  outfile = NULL,
  type = "interleaved"
)

Value

BStringSet object

Arguments

fasfile

input fasta file

pattern

keyword for filter

by

one of 'description' and 'sequence'

ignore.case

logical

outfile

output file

type

one of 'interleaved' and 'sequential'

Author

Guangchuang Yu