scSemiProfiler_dev.initial_setup.initsetup¶
-
scSemiProfiler_dev.initial_setup.initsetup(name, bulk, normed, geneselection, batch)[source]¶ Initial setup of the semi-profiling pipeline, including processing the bulk data, clustering for finding the initial representatives.
- Parameters
Example
>>> import scSemiProfiler >>> name = 'runexample' >>> bulk = 'example_data/bulkdata.h5ad' >>> normed = 'yes' >>> geneselection = 'no' >>> batch = 2 >>> scSemiProfiler.initsetup(name, bulk,normed,geneselection,batch)
- Return type