Created
January 1, 2013 09:01
-
-
Save wakuteka/4426042 to your computer and use it in GitHub Desktop.
csScatter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scatter <- csScatter(genes(cuff),"hESC","Fibroblasts",smooth=T) | |
print(scatter) | |
p <- ggplot(fpkmMatrix(genes(cuff)), aes(hESC, Fibroblasts)) | |
p + geom_point() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://g86.dbcls.jp/~wakuteka/?p=382
で読み込んだextdataに則っています