Class: BioPangenome::Transcript

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

Instance Attribute Summary collapse

Instance Attribute Details

#chromosomeObject

Returns the value of attribute chromosome

Returns:

  • (Object)

    the current value of chromosome



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

def chromosome
  @chromosome
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



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

def confidence
  @confidence
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



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

def count
  @count
end

#count_intObject

Returns the value of attribute count_int

Returns:

  • (Object)

    the current value of count_int



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

def count_int
  @count_int
end

#geneObject

Returns the value of attribute gene

Returns:

  • (Object)

    the current value of gene



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

def gene
  @gene
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#isoformObject

Returns the value of attribute isoform

Returns:

  • (Object)

    the current value of isoform



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

def isoform
  @isoform
end

#transcriptObject

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



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

def transcript
  @transcript
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end