You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's annoying to have scaleSet$scales return a single-length nested list (see below); it would be better to return as a dataframe. This is a breaking change.
>scaleSet$scales
[[1]] # <- this is a painchannelNamescale.typescale.minimumscale.maximumscale.cofactor1FSC-ALogScale1100000NA2FSC-WLinearScale1262144NA3SSC-AArcSinhScale-2002621441504Ax488-AArcSinhScale-200262144150
The text was updated successfully, but these errors were encountered:
I personally find it incredibly annoying to have to to x$scales[[1]] every time I want to access the scales, but maybe happy R users don't feel so strongly about it.
It's annoying to have
scaleSet$scales
return a single-length nested list (see below); it would be better to return as a dataframe. This is a breaking change.The text was updated successfully, but these errors were encountered: