Module AmpliVision.src.phaseB

Functions

def identify_block_in_grid(block, csv_rows)

Identifies single block

def identify_blocks_in_grid(Grid_DS, image_name)

Identifies all blocks

def phaseB(_Grids, display: bool = False, jupyter: bool = False) ‑> dict

Identifies the blocks in the grid and exports the results to a csv file.

Returns:

results: dict A dictionary containing the fingerprints of each target.

results = { target_name: { block_name: { "r" : { [spot1_mean, spot1_std, spot2_mean, spot2_std], } "g" : […] "b" : […] } } } }