Displaying 2 results from an estimated 2 matches for "genecount".
Did you mean:
encount
2006 Sep 26
0
Not all functions work in RSPerl package?
...report to a wrong 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_arr...
2006 Sep 26
0
Not all functions work in RSPerl package?
...report to a wrong 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_arr...