SydneyBioX / MoleculeExperiment

https://sydneybiox.github.io/MoleculeExperiment/
Other
11 stars 0 forks source link

flatten option for boundaries #5

Closed barbarazpc closed 12 months ago

barbarazpc commented 1 year ago

The flatten option for boundaries() does not work as expected if the assay name is not defined: Warning message is not useful to user, and the list is returned. Right now, one needs to write boundaries(me, assayName = "detected", flatten = TRUE). But the user should not be able to run boundaries(me, flatten=TRUE) without specifying the assay name in the first place.