Open AlexanderPico opened 3 years ago
lapply would need to import a couple common packages probably, e.g., stringr.
Perhaps it could support custom package installation if
Hmm... Need to think about this some more. Some of these ideas might stretch the script app idea too far. They should perform simple pre-written functions and integrated simply into the GUI (e.g., Apps menu and maybe certain context menus). Prompting users with input dialogs, etc. would break the simplicity of wrapping scripts in a template java app. But then again, maybe some script apps can be more sophisticated...
Original use case: https://github.com/cytoscape/cytoscape-tutorials/issues/54
A script app solution could be generalized in a few different ways, starting from this original use case:
separate
,unite
,filter
, andmutate
applied to one or more columns. Executed by right-clicking on output column (e.g., a newly created empty column) or input column (in the case ofseparate
), then providing param values.Maybe an app for each of the above?