VCFRecord.filter

Set the FILTER column to f0,f1,f2... TODO: determine definitiely whether "." is replaced with "PASS"

  1. string filter()
  2. void filter(string f)
  3. void filter(string[] fs)
    class VCFRecord
    @property
    void
    filter
    (
    string[] fs
    )

Meta