Entering edit mode
3 months ago
Pallondyle
•
0
I applied MaGeck test to my CRISPR screen results and generated this .R file. However, when I tried to use Rscript to run this file, I encountered the following problem:
Tide@ubuntu:/data/PL$ Rscript IRed.R
Error in plot.window(...) : need finite 'ylim' values
Calls: plotrankedvalues -> plot -> plot.default -> localWindow -> plot.window
In addition: Warning message:
In xy.coords(x, y, xlabel, ylabel, log) :
1 y value <= 0 omitted from logarithmic plot
How can I fix this?