iscc.data.estimate_rna ¶
Fit RNABatchHyperParams from a real scRNA count matrix (Splatter-style).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
adata
|
AnnData | DataFrame | ndarray
|
Raw integer counts, cells x genes. (Library-size / dispersion fits assume counts, not log/normalized values.) |
required |
protocol
|
str
|
|
'10x'
|
batch_key
|
str | None
|
|
None
|
fit_dropout
|
bool | None
|
Force dropout fitting on/off. Default: on for 10x, off for Smart-seq3. |
None
|
Returns:
| Type | Description |
|---|---|
RNAEstimate
|
|