Condition 3 and Condition 5 plotted.
Q61 and V600 - no FBS and DUSPWT
> plot1 <- ggplot(cond5nomiss,
aes(x=WC.546_Int, y=WC.488_Int))
+ geom_point()
> plot1 + scale_y_log10() + scale_x_log10() + geom_density2d()
This generated this plot - which is V600:
and the equivalent from Q61:
No comments:
Post a Comment