Documentation ¶
Overview ¶
Package genome defines types useful for representing cytogenetic features.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chromosome ¶
Chromosome represent a chromosome and associated features. Elements in the Features field should return the Chromosome when their Location() method is called.
func (*Chromosome) Description ¶
func (c *Chromosome) Description() string
func (*Chromosome) End ¶
func (c *Chromosome) End() int
func (*Chromosome) Len ¶
func (c *Chromosome) Len() int
func (*Chromosome) Location ¶
func (c *Chromosome) Location() feat.Feature
func (*Chromosome) Name ¶
func (c *Chromosome) Name() string
func (*Chromosome) Start ¶
func (c *Chromosome) Start() int
Directories ¶
Path | Synopsis |
---|---|
cow
|
|
bt7
Package bt7 defines chromosome and assembly fragment intervals for the bt7 genome assembly for cow.
|
Package bt7 defines chromosome and assembly fragment intervals for the bt7 genome assembly for cow. |
drosophila
|
|
dm3
Package dm3 defines chromosome and band intervals for the drosophila karyotype based on the dm3 assembly.
|
Package dm3 defines chromosome and band intervals for the drosophila karyotype based on the dm3 assembly. |
human
|
|
hg19
Package hg19 defines chromosome and band intervals for the human karyotype based on the hg19 assembly.
|
Package hg19 defines chromosome and band intervals for the human karyotype based on the hg19 assembly. |
mouse
|
|
mm10
Package mm10 defines chromosome and band intervals for the mouse karyotype based on the mm10 assembly.
|
Package mm10 defines chromosome and band intervals for the mouse karyotype based on the mm10 assembly. |
Click to show internal directories.
Click to hide internal directories.