fishtank.io.read_color_usage

fishtank.io.read_color_usage#

fishtank.io.read_color_usage(path)#

Read MERFISH color usage file.

Parameters:

path (str | Path) – Path to color usage csv file.

Return type:

DataFrame

Returns:

channels a DataFrame with columns “series”, “color”, and “bit” for each channel. If the CSV contains a “frames” column, the output also includes a “frames” column with the path to the frame table CSV for each series.