search for: counttop1000k

Displaying 2 results from an estimated 2 matches for "counttop1000k".

Did you mean: counttop1000ks
2006 Sep 26
0
Not all functions work in RSPerl package?
...ng place. But I am lucky to meet you by chance, right? Thanks first ^^ 1. The variable y1 is an array get from Perl, each element is from a database (the type should be numeric). Here is the code for that. $query = qq{ select exonCount, count(hsEnsGene) as geneCount from countTop1000ks group by exonCount order by exonCount; }; $sql=$orthologDB->prepare($query); $sql->execute()or die "Could not execute '$query' ..."; my @x1; my @y1; while(my($exonCount, $geneCount) = $sql->fetchrow_array()) {...
2006 Sep 26
0
Not all functions work in RSPerl package?
...ng place. But I am lucky to meet you by chance, right? Thanks first ^^ 1. The variable y1 is an array get from Perl, each element is from a database (the type should be numeric). Here is the code for that. $query = qq{ select exonCount, count(hsEnsGene) as geneCount from countTop1000ks group by exonCount order by exonCount; }; $sql=$orthologDB->prepare($query); $sql->execute()or die "Could not execute '$query' ..."; my @x1; my @y1; while(my($exonCount, $geneCount) = $sql->fetchrow_array()) {...