Entering edit mode
7.4 years ago
saj98
▴
140
Hello Everyone
I am using cummeRbund package to create scatter plot. I need help to guide me how to present the significant genes in different color. I tried the following codes, but it did not work, and I am attaching my figure. Does anybody have any idea how to change the color? Thanks for help
>library(cummeRbund)
>cuff<-readCufflinks()
> cuff
> s<-csScatterMatrix(genes(cuff))
> s
> m<-MAplot(genes(cuff),"q3","q6")
> m
>m <- fpkmMatrix(genes(cuff))
> cor(m[, 1], m[, 6])
> s<-csScatter(genes(cuff),"q3","q6",smooth=T)
> s
> s<-csScatter(genes(cuff),"q3","q6",smooth=T, showSignificant=TRUE, alpha=0.05, mapping=aes(size=5))
> s
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
This is not the first time that I have to tell you this. Please take this into account when asking questions.