Class: BioPangenome::GeneFlankingRegion

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

Instance Attribute Summary collapse

Instance Attribute Details

#annObject

Returns the value of attribute ann

Returns:

  • (Object)

    the current value of ann



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

def ann
  @ann
end

#flank_lengthObject

Returns the value of attribute flank_length

Returns:

  • (Object)

    the current value of flank_length



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

def flank_length
  @flank_length
end

#geneObject

Returns the value of attribute gene

Returns:

  • (Object)

    the current value of gene



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

def gene
  @gene
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



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

def region
  @region
end

#sequenceObject

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



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

def sequence
  @sequence
end

#transcriptObject

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



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

def transcript
  @transcript
end