Versions in this module Expand all Collapse all v1 v1.0.1 Feb 16, 2017 v1.0.0 Jan 5, 2017 Changes in this version + type Band struct + Band string + Chr feat.Feature + Desc string + EndPos int + Giemsa string + StartPos int + func (b *Band) Description() string + func (b *Band) End() int + func (b *Band) Len() int + func (b *Band) Location() feat.Feature + func (b *Band) Name() string + func (b *Band) Start() int + type Chromosome struct + Chr string + Desc string + Features []feat.Feature + Length int + func (c *Chromosome) Description() string + func (c *Chromosome) End() int + func (c *Chromosome) Len() int + func (c *Chromosome) Location() feat.Feature + func (c *Chromosome) Name() string + func (c *Chromosome) Start() int + type Fragment struct + Chr feat.Feature + ChrEnd int + ChrStart int + Desc string + Frag string + FragEnd int + FragStart int + Strand seq.Strand + Type byte + func (f *Fragment) Description() string + func (f *Fragment) End() int + func (f *Fragment) Len() int + func (f *Fragment) Location() feat.Feature + func (f *Fragment) Name() string + func (f *Fragment) Start() int