search for: orthologdb

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

2006 Sep 26
0
Not all functions work in RSPerl package?
...ariable 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()) { push(@x1, $exonCount); push(@y1, $geneCount); }...
2006 Sep 26
0
Not all functions work in RSPerl package?
...ariable 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()) { push(@x1, $exonCount); push(@y1, $geneCount); }...