in reply to Re: input record separator help
in thread input record separator help
I have tried just using a simple 'push', but this slowed the program down far too much. cheers xfor (my $i=0; $i < @genome; $i++) { my $token = $genome[$i] . $genome[$i+1]; $freq{$token}++; $tt = $freq{tt}; $cg = $freq{cg}; $gc = $freq{gc}; $ta = $freq{ta}; $at = $freq{at}; $cc = $freq{cc}; $tg = $freq{tg}; $ag = $freq{ag}; $ac = $freq{ac}; $ga = $freq{ga}; $aa = $freq{aa}; $gg = $freq{gg}; $ca = $freq{ca}; $ct = $freq{ct}; $gt = $freq{gt}; $tc = $freq{tc}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: input record separator help
by Limbic~Region (Chancellor) on Mar 15, 2004 at 14:53 UTC | |
by Anonymous Monk on Mar 15, 2004 at 15:00 UTC | |
by Limbic~Region (Chancellor) on Mar 15, 2004 at 15:11 UTC |