File tree Expand file tree Collapse file tree 2 files changed +308
-2
lines changed Expand file tree Collapse file tree 2 files changed +308
-2
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2253,7 +2253,7 @@ def rank_features_groups(
2253
2253
2254
2254
Examples:
2255
2255
>>> import ehrapy as ep
2256
- >>> adata = ep.data .mimic_2(encoded=True)
2256
+ >>> adata = ep.dt .mimic_2(encoded=True)
2257
2257
>>> ep.pp.knn_impute(adata)
2258
2258
>>> ep.pp.log_norm(adata, offset=1)
2259
2259
>>> ep.pp.neighbors(adata)
@@ -2317,7 +2317,7 @@ def rank_features_groups_violin(
2317
2317
2318
2318
Examples:
2319
2319
>>> import ehrapy as ep
2320
- >>> adata = ep.data .mimic_2(encoded=True)
2320
+ >>> adata = ep.dt .mimic_2(encoded=True)
2321
2321
>>> ep.pp.knn_impute(adata)
2322
2322
>>> ep.pp.log_norm(adata, offset=1)
2323
2323
>>> ep.pp.neighbors(adata)
@@ -2548,6 +2548,7 @@ def rank_features_groups_dotplot(
2548
2548
show = show ,
2549
2549
save = save ,
2550
2550
return_fig = return_fig ,
2551
+ colorbar_title = "Mean value in group" ,
2551
2552
** kwds ,
2552
2553
)
2553
2554
You can’t perform that action at this time.
0 commit comments