R implementation

Pecondition:
We have a complex R-script for the analysis of cell-based screens.
Question:
Can I launch a R-script within a R-snippet node by the the R-command “source” ?

Hi, Yes you can. You just need to make sure that your script generates the result within the variable called R. You will notice that the R node then complains about a missing variable R when you close the dialog, please add the dummy assignment “R<-R” to make this node happy. Anyway, I have to rethink if this is applicable in all cases, seems not… Thanks, Thomas

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.