in reply to Re: Keeping track of substituted regions with a while loop
in thread [SOLVED] Keeping track of substituted regions with a while loop
for ( unpack("(A3)*",$rna)) { if (exists($gencode{$_})) { $protein.=$gencode{$_}; } else { die "No mapping for [$_]\n"; } }
|
|---|