Entering edit mode
1 day ago
kristina
•
0
Dear all,
I am analyzing some public Olink data. Generally, things run ok, but I encountered something strange. I have two datasets - when running the olink_umap_plot
function from the OlinkAnalyze Package everything is fine. When rbinding (with rbind
) the two datasets I get an error: Error in d[, 1] : subscript out of bounds
. I did all of the troubleshooting, the dimensions are fine, same columns and headers, names, typeof. etc.. But I constantly get the error. Can anyone think of anything that could explain this?