Boxplot object (from the RNASeqGeneEdgeRQL workflow) returning a blank file...
1
0
Entering edit mode
Raito92 ▴ 60
@raito92-20399
Last seen 2.0 years ago
Italy

Hello, I’m using the boxplot function as suggested in the RNASeqGeneEdgeRQL workflow, to create a box plot of some RNAseq data (quality of the sequence). Unfortunately, the output seems to be a blank file sized 0 bytes. The chmod permissions of the data folder are 777. Am I missing anything? Thanks in advance!

https://i.ibb.co/M7cfTHW/Output2.png

https://i.ibb.co/ZTt8PQQ/Empty-File.png

boxplot software error • 714 views
ADD COMMENT
2
Entering edit mode
@gordon-smyth
Last seen 42 minutes ago
WEHI, Melbourne, Australia

You don't say, but I am guessing that you have opened a pdf graphics device using pdf().

pdf() doesn't actually write anything to the file until you close the device, either by dev.off() or by ending your R session. So you simply have to type dev.off() before you look at the pdf file.

ADD COMMENT
0
Entering edit mode

It worked, thanks a lot! ^_^

https://i.ibb.co/pRg9VQk/Grafico-esempio.png

ADD REPLY

Login before adding your answer.

Traffic: 1113 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6