Skip to content

Linking single cells between DeepProfiler projects #24

@jenna-tomkinson

Description

@jenna-tomkinson

Due to the structure of Cellpose and DeepProfiler, there was a need to separate out the objects into two DeepProfiler projects. The two main reasons include:

  1. Cellpose only being able to extract center x and y coordinates for one object at a time
  2. DeepProfiler needing different box size parameters per object

Currently, only univariate tests can be performed. To be able to perform multivariate tests, the processed features will need to be merged into one single DeepProfiler data frame as to include each single cell and all of the features from the nuclei and cytoplasm coordinates.

There is a need for a linking function that can combine features per single cell (row) based on the center x and y coordinates. Essentially, if the coordinates are within a certain amount of pixels, then the two single cells from each project can be merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions