Orientation

enum Orientation

A simple enum to define strand orientation.

Members

Forward

Forward: = "+"

Represents the forward strand.

Reverse

Reverse: = "-"

Represents the reverse strand.

Unknown

Unknown: = "?"

Represents an unknown strand where strand information would be relevant (if it were known).

Unoriented

Unoriented: = "."

Represents no strand.