nbnode.specific_analyses.intraassay package¶
Subpackages¶
Submodules¶
nbnode.specific_analyses.intraassay.gate_init module¶
- nbnode.specific_analyses.intraassay.gate_init.gate_init(sample_list: List[str] | None = None) Tuple[NBNode, DataFrame, FlowSimulationTreeDirichlet][source]¶
Gate the intraassay samples and generate the Dirichlet-based simulation.
- Parameters:
sample_list (List[str], optional) – If given, only the samples with the file names indices are gated. Defaults to None.
- Returns:
The gated celltree, the gated counts and the Dirichlet-based simulation.
- Return type:
Tuple[NBNode, pd.DataFrame, FlowSimulationTreeDirichlet]