I am analyzing Tophat-Cufflink-Cuffdiff out put with CummeRbund package in R. I have read the CummeRbund manual and Tramper et al., (2012) papers about this program, however, I still have problems with some points:

  • Is it possible to change the order of the heatmap columns or rows?
  • How could I obtain the regression slope coefficient in the scatter plots which represent FPKM value for both conditions? I have used the following command line in R:
  • > (scatterPlot_f_vs_m) summary(scatterPlot_f_vs_m)

    but it seems it does not work, as the R value I am getting is always 1 and it sounds probably wrong to me. Another question regarding this is that we did not perform biological replicates (i.e., only one library per condition). so we are not sure whether this approach would be correct or not.

  • I have created a gene subset including our target genes (almost 400 genes, named Sensory) and I would like to know which show significant differences in expression between the three conditions tested                    > mySensory Sensory mySigGenesID
  • More Jose Manuel Latorre Estivalis's questions See All
    Similar questions and discussions