SeqTrimOptions
Description
A SeqTrimOptions object contains options to trim sequences based
      on a specified criterion. This object is used as the value of Options
      property of the bioinfo.pipeline.block.SeqTrim block.
Creation
Syntax
Description
          creates a optionsObj = bioinfo.pipeline.options.SeqTrimOptionsSeqTrimOptions object with default property values.
          sets properties using
          one or more name-value arguments. optionsObj = bioinfo.pipeline.options.SeqTrimOptions(Name=Value)Name is the property name and
            Value is the property value. For example, ssOpt =
            bioinfo.pipeline.options.SeqTrimOptions(Threshold=[3 20]) specifies to trim
          each sequence when the number of bases with quality below 20 is greater than 3.
Properties
Version History
Introduced in R2023a