class Integer

Public Instance Methods

Gbp() click to toggle source
# File lib/bio-sambamba/basepair.rb, line 14
def Gbp
    self * 1_000_000_000
end
Kbp() click to toggle source
# File lib/bio-sambamba/basepair.rb, line 6
def Kbp
    self * 1_000
end
Mbp() click to toggle source
# File lib/bio-sambamba/basepair.rb, line 10
def Mbp
    self * 1_000_000
end
bp() click to toggle source
# File lib/bio-sambamba/basepair.rb, line 2
def bp
    self
end