ovrlpy.cell_integrity_from_transcripts
- ovrlpy.cell_integrity_from_transcripts(ovrlp, *, cell_id='cell_id', unassigned=-1)
Collect VSI per cell.
Get the signal strength and VSI values for each cell using the assignment of transcripts to cells. This requires a column in the
ovrlpy.Ovrlp.transcriptsDataFrame that maps transcripts to cell identifiers.- Parameters:
- Returns:
DataFrame containing all pixels and their corresponding signal strength and VSI values per cell.
- Return type:
polars.DataFrame