Thread Punkt-Mutation
(2 answers)
Opened by Skyblader at 2014-09-06 17:10 Code (perl): (dl
)
1 2 3 4 my $dns = 'ACTAGCTAGCCATATTCG'; my $mutation = 'A'; my $pos = 8; substr( $dns, $pos-1, 1) = $mutation; Last edited: 2014-09-06 17:19:26 +0200 (CEST) |