Entering edit mode
5.3 years ago
Scott McKay
▴
30
Does anyone have experience with the massiR package in R? I have the following script:
probes <- data.frame(y.probes["affy_hg_u133_plus_2"])
massi.y.out <- massi_y(set8, probes)
massi_y_plot(massi.y.out)
Error in plot.window(xlim, ylim, log = log, ...) :
need finite 'xlim' values
Not sure where to go from here. Let me know if you have any suggestions. Thanks!
Check this relevant SO post:
If the link doesn't help, please provide example input data to reproduce the error.