Skip to content

Instantly share code, notes, and snippets.

@wakuteka
Created January 1, 2013 09:01
Show Gist options
  • Save wakuteka/4426042 to your computer and use it in GitHub Desktop.
Save wakuteka/4426042 to your computer and use it in GitHub Desktop.
csScatter
scatter <- csScatter(genes(cuff),"hESC","Fibroblasts",smooth=T)
print(scatter)
p <- ggplot(fpkmMatrix(genes(cuff)), aes(hESC, Fibroblasts))
p + geom_point()
@wakuteka
Copy link
Author

wakuteka commented Jan 1, 2013

http://g86.dbcls.jp/~wakuteka/?p=382
で読み込んだextdataに則っています

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment