Skip to content

Commit 6605b7a

Browse files
committed
Update docstring for
`Preprocessor.standardize_adata`
1 parent de71e66 commit 6605b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamo/preprocessing/Preprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def standardize_adata(self, adata: AnnData, tkey: str, experiment_type: str) ->
214214
215215
The index of the observations would be ensured to be unique.
216216
The layers with sparse matrix would be converted to compressed csr_matrix.
217-
The layers would be collapsed to splicing, labeling, and splicing-labeling layers.
217+
DKM.allowed_layer_raw_names() will be used to define only_splicing, only_labeling and splicing_labeling keys.
218218
The genes would be renamed to their official name.
219219
220220
Args:

0 commit comments

Comments
 (0)