Class: GFF3::CDS_feature

Inherits:
Struct
  • Object
show all
Defined in:
lib/bio-pangenome/gff3_extensions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def color
  @color
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def end
  @end
end

#offset_startObject

Returns the value of attribute offset_start

Returns:

  • (Object)

    the current value of offset_start



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def offset_start
  @offset_start
end

#ref_chrObject

Returns the value of attribute ref_chr

Returns:

  • (Object)

    the current value of ref_chr



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def ref_chr
  @ref_chr
end

#ref_endObject

Returns the value of attribute ref_end

Returns:

  • (Object)

    the current value of ref_end



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def ref_end
  @ref_end
end

#ref_startObject

Returns the value of attribute ref_start

Returns:

  • (Object)

    the current value of ref_start



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def ref_start
  @ref_start
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



10
11
12
# File 'lib/bio-pangenome/gff3_extensions.rb', line 10

def start
  @start
end