scintegral.utils module

scintegral.utils.marker_input_creator(marker_dict)[source]

Converts a list of markers to a marker-onehot format.

Parameters

marker_dict (dict) – A dictionary where keys are cell-types and values are list of markers.

Returns DataFrame

A marker-onehot format used as an input for the classifier.