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
14563 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)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Punkt-Mutation