Entering edit mode
5.3 years ago
saj98
▴
140
I have run volcano plot using R software command v<-csVolcanoMatrix(genes(cuff))
. the results show the sig genes in red color and non sig genes in black color. Then, when I run the command v<-csVolcano(genes(cuff),"q6", "q2")
, it comes all black with no signal to the significant genes. Would be possible to help me with this issue?
Please also show the output of
csVolcano(genes(cuff),"q6", "q2")