Skip to content

Look at distributions of features in each batch #3

Open
@bethac07

Description

@bethac07

The question was raised as to whether the feature composition of each batch is the same; I think it's going to be hard to do this on a per feature level because of the random dropout of highly correlated features, but I do think there are a few metrics we can quite easily generate for each batch based just on the columns present in each CSV:

  • How many total features did this batch use?
  • What percent of features are Cells vs Nuclei vs Cytoplasm? (These should add to 100)
  • What percent of features are Texture vs Neighbors vs AreaShape etc? (These should add to 100)
  • What percent of features are RNA vs DNA vs ER vs Mito vs AGP vs BF? (These should not typically add to 100 but may coincidentally, since AreaShape features have no channels and Colocalization have 2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExperimentsTracking experimental questions, results, or analysis

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions