Thread Punkt-Mutation (2 answers)
Opened by Skyblader at 2014-09-06 17:10

GwenDragon
 2014-09-06 17:17
#177119 #177119
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
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)

View full thread Punkt-Mutation