theislab / ehrapy

Electronic Health Record Analysis with Python.
https://ehrapy.readthedocs.io/
Apache License 2.0
232 stars 19 forks source link

UK or US spelling or both for functions #740

Closed eroell closed 5 months ago

eroell commented 5 months ago

Description of feature

Nice input from elsewhere:

Should be using either UK or US spelling for the functions included in ehrapy (e.g. ep.pp.neighbors(adata) vs. ep.pp.knn_impute(adata, n_neighbours=20)) or enabling both.