lassoServer {romic} | R Documentation |
Lasso Server
Description
Take a subset of entries from a tomic table (generally selected using the lasso function) and then either filter a tomic object to these entries or tag the entries of interest with a user-specified variable.
Usage
lassoServer(id, tomic, tomic_table)
Arguments
id |
An ID string that corresponds with the ID used to call the module's UI function. |
tomic |
Either a |
tomic_table |
A table taken from a tidy (i.e., augmented measurements) or triple omic dataset |
Value
A tomic
object amended based on the lasso selection.
[Package romic version 1.1.3 Index]