mksamur / RTCGAToolbox

17 stars 13 forks source link

Plotting survival data for RNAseq2GeneNorm does not work #1

Closed AmyOlex closed 10 years ago

AmyOlex commented 10 years ago

I just found this and started using it, and it has been helpful, but I think I found a bug. Please check line 1690 in the getSuvival() function "if(dim(dataObject@RNASeq2GeneNorm)[1] > 0 & dim(dataObject@RNASeqGene)[2] > 0){validMatrix <- append(validMatrix,"RNASeq2")}" I think it is supposed to check the dim of RNASeq2GeneNorm in the second dim call, and not RNASeqGene.

mksamur commented 10 years ago

Dear Amy, Thank you for report. I have been working on the new version and I will fix this problem.

mksamur commented 10 years ago

New version has been released! Thank you for your feedback!