Documentation ¶
Overview ¶
Basic Feature package
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StringFunc = defaultStringFunc
Return the canonical string conversion of the Feature - for particulat formats, use bio/io/featio/ packages.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature struct { ID string Source string Location string Start int End int Feature string Score *float64 Probability *float64 Attributes string Comments string Frame int8 Strand int8 Moltype bio.Moltype Meta interface{} }
Feature type
func (*Feature) MoltypeAsString ¶
Return the molecule type of the Feature
type FeatureSet ¶
type FeatureSet []*Feature
func (FeatureSet) Add ¶
func (self FeatureSet) Add(f *Feature) (g FeatureSet)
Click to show internal directories.
Click to hide internal directories.