scSemiProfiler.get_eg_representatives.get_eg_representatives

scSemiProfiler.get_eg_representatives.get_eg_representatives(name)[source]

Used for acquiring representatives’ single-cell data in the example. Automatically check the latest representatives and store their single-cell data as /representative_sc.h5ad under the project’s directory.

Parameters

name (str) – Project name

Return type

None

Returns

None

Example

>>> name = 'project_name'
>>> scSemiProfiler.get_eg_representatives(name)