Skip to content

Commit

Permalink
Update docstring for
Browse files Browse the repository at this point in the history
`Preprocessor.standardize_adata`
  • Loading branch information
elfofmaxwell committed Sep 3, 2022
1 parent de71e66 commit 6605b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamo/preprocessing/Preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def standardize_adata(self, adata: AnnData, tkey: str, experiment_type: str) ->
The index of the observations would be ensured to be unique.
The layers with sparse matrix would be converted to compressed csr_matrix.
The layers would be collapsed to splicing, labeling, and splicing-labeling layers.
DKM.allowed_layer_raw_names() will be used to define only_splicing, only_labeling and splicing_labeling keys.
The genes would be renamed to their official name.
Args:
Expand Down

0 comments on commit 6605b7a

Please sign in to comment.