Coordinate

Type Alias Coordinate 

Source
pub type Coordinate<'a> = (&'a str, u32, u32);
Expand description

Type shortcut for typical coordinate data

This is a tuple of

  • chrom
  • start-position
  • end-position