Skip to content

return scaleSet$scales as a data.frame #69

@gegnew

Description

@gegnew

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 pain
    channelName   scale.type scale.minimum scale.maximum scale.cofactor
1         FSC-A     LogScale             1        100000             NA
2         FSC-W  LinearScale             1        262144             NA
3         SSC-A ArcSinhScale          -200        262144            150
4       Ax488-A ArcSinhScale          -200        262144            150

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions