Contributions to Scanpy are highly welcome. Please contact us via GitHub.
- Respect the coding style defined here (can be loaded into Emacs, PyCharm, etc.) and try to stick to 80-character lines.
- Use the numpydoc style for writing docstrings. Either take a look at any Scanpy or Numpy function or here.
- Write tests for your functions! See here for examples.