Hi all,
I am trying to use CummeRbund after using the Tuxedo pipeline; however, I keep getting the errors below:
cuff= readCufflinks(dbFile = "cuffData.db",dir="Z:/cuffdiff_new/",
+ gtffile = 'Z:/cuffmerge_output/merged.gtf', genome = 'Z:/reference.fa', rebuilt = T)
Reading Z:/cuffdiff_new//cds.diff
Writing CDSDiffData table
Indexing Tables...
Warning messages:
1: attributes are not identical across measure variables; they will be dropped
2: attributes are not identical across measure variables; they will be dropped
3: attributes are not identical across measure variables; they will be dropped
4: attributes are not identical across measure variables; they will be dropped
> d <- dispersionPlot(genes(cuff))
> d
Error in `$<-.data.frame`(`*tmp*`, "SCALE_X", value = 1L) :
replacement has 1 row, data has 0
In addition: Warning message:
In max(panels$ROW) : no non-missing arguments to max; returning -Inf
Any kind of help or suggestion would be appreciated.
Thanks.
I am trying to use CummeRbund after using the Tuxedo pipeline; however, I keep getting the errors below:
cuff= readCufflinks(dbFile = "cuffData.db",dir="Z:/cuffdiff_new/",
+ gtffile = 'Z:/cuffmerge_output/merged.gtf', genome = 'Z:/reference.fa', rebuilt = T)
Reading Z:/cuffdiff_new//cds.diff
Writing CDSDiffData table
Indexing Tables...
Warning messages:
1: attributes are not identical across measure variables; they will be dropped
2: attributes are not identical across measure variables; they will be dropped
3: attributes are not identical across measure variables; they will be dropped
4: attributes are not identical across measure variables; they will be dropped
> d <- dispersionPlot(genes(cuff))
> d
Error in `$<-.data.frame`(`*tmp*`, "SCALE_X", value = 1L) :
replacement has 1 row, data has 0
In addition: Warning message:
In max(panels$ROW) : no non-missing arguments to max; returning -Inf
Any kind of help or suggestion would be appreciated.
Thanks.
Comment