Bioinformatics/Sequence mutation: Difference between revisions

Content added Content deleted
Line 2,621:
end
def mutate( n =10 10)
n.times{|n| method([:s, :d, :i].sample).call}
end