BedRecord.strand

column 6: Defines the strand. Either "." (=no strand) or "+" or "-". setter

  1. strand [@property getter]
  2. char strand [@property setter]
    struct BedRecord
    @property
    strand
    (
    char val
    )

Meta