powered by
Create a new beacon set.
BeaconSet.create(title, description, is_shared = FALSE, env = .solveEnv, ...)
The title displayed for the beacon set.
(optional) An optional description for the new beacon set.
If TRUE, everyone else in your account will be able to see and query the beacon set, but will not be able to edit it. (Default: FALSE)
(optional) Custom client environment.
(optional) Additional beacon set attributes.
https://docs.solvebio.com/
if (FALSE) { BeaconSet.create( title="My new beacon set", ) }
Run the code above in your browser using DataLab