Entering edit mode
9.0 years ago
kumar.vinod81
▴
340
Can I generate a boxplot like the one attached in image ?
I just know simple one.
boxplot(phenotype~SNP1:SNP2)
Can I generate a boxplot like the one attached in image ?
I just know simple one.
boxplot(phenotype~SNP1:SNP2)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You can more or less do that with ggplot2 in R. It won't automatically put the nice G/G, G/T and such labels up top, but that's quick and easy afterward in Illustrator.