SeqFilterOptions
Description
A SeqFilterOptions
object contains options to filter sequences
based on a specified criterion. This object is used as the value of
Options
property of the bioinfo.pipeline.block.SeqFilter
block.
Creation
Syntax
Description
creates a optionsObj
= bioinfo.pipeline.options.SeqFilterOptionsSeqFilterOptions
object with default property values.
sets properties using
one or more name-value arguments. optionsObj
= bioinfo.pipeline.options.SeqFilterOptions(Name=Value)Name
is the property name and
Value
is the property value. For example, optionsObj =
bioinfo.pipeline.options.SeqFilterOptions(Threshold=[5 15])
specifies to
filter out sequences with a total of more than five low-quality bases, where a base is low
quality if its score is less than 15.
Properties
Version History
Introduced in R2023a