Hi
I am a newbie learning to use cummerbund for analyzing RNA Seq data.
I need to build some heatmaps with a list of genes across 2 samples.
My code is:
common=c("PLK1","MYBL2","CCND1","CCNB1","E2F1","FOXM1","TOP2A")
> testcommon=getGenes(cuff1,common)
>csHeatmap(testcommon,rescaling='none',clustering='none',labCol=F,labRow=T,logMode=T,pseudocount=1.0,border=FALSE,heatscale=c(low='green',mid='black',high='red'),heatMidpoint=NULL)
The heatmap is attached
However the order of the genes is random and changes each time my samples change. Could somebody please help me order the genes the way I want?
Thanks
I am a newbie learning to use cummerbund for analyzing RNA Seq data.
I need to build some heatmaps with a list of genes across 2 samples.
My code is:
common=c("PLK1","MYBL2","CCND1","CCNB1","E2F1","FOXM1","TOP2A")
> testcommon=getGenes(cuff1,common)
>csHeatmap(testcommon,rescaling='none',clustering='none',labCol=F,labRow=T,logMode=T,pseudocount=1.0,border=FALSE,heatscale=c(low='green',mid='black',high='red'),heatMidpoint=NULL)
The heatmap is attached
However the order of the genes is random and changes each time my samples change. Could somebody please help me order the genes the way I want?
Thanks
Comment