search for: wtcount

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

Did you mean: btcount
2005 Jul 05
0
plot legend outside the grid
..., 'green')); dataWt <- subset(dataFrame, genotype=='wt', select=c(marbles_buried,genotype)); dataHet <- subset(dataFrame, genotype=='het', select=c(marbles_buried,genotype)); dataHom <- subset(dataFrame, genotype=='hom', select=c(marbles_buried,genotype)); wtCount <- length(dataWt$marbles_buried); hetCount <- length(dataHet$marbles_buried); homCount <- length(dataHom$marbles_buried); wtLegend <- paste ("wt, (n=", wtCount, ")"); hetLegend <- paste ("het, (n=", hetCount, ")"); homLegend <- paste ("...
2005 Jun 30
1
FW: plot legend outside the grid
..., 'green')); dataWt <- subset(dataFrame, genotype=='wt', select=c(marbles_buried,genotype)); dataHet <- subset(dataFrame, genotype=='het', select=c(marbles_buried,genotype)); dataHom <- subset(dataFrame, genotype=='hom', select=c(marbles_buried,genotype)); wtCount <- length(dataWt$marbles_buried); hetCount <- length(dataHet$marbles_buried); homCount <- length(dataHom$marbles_buried); wtLegend <- paste ("wt, (n=", wtCount, ")"); hetLegend <- paste ("het, (n=", hetCount, ")"); homLegend <- paste ("...