This class handles markers that are anchored to a Bio::Map::SimpleMap. It includes Bio::Map::ActsLikeMarker, and therefore supports the methods of that module.
marker_a = Bio::Map::Marker.new('marker_a') marker_b = Bio::Map::Marker.new('marker_b')
Builds a new Bio::Map::Marker object
Arguments:
name: name of the marker
Returns |
new Bio::Map::Marker object |
# File lib/bio/map.rb, line 395 def initialize(name) @name = name @mappings_as_marker = Array.new end
Generated with the Darkfish Rdoc Generator 2.