Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom function in ipynb should talk about AnnData #715

Merged
merged 3 commits into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Keeping the functions in a central place in the notebook makes it easier to find

Each function should be defined in a separate code cell, and should be documented with comments to explain what the function does does and how to use it, including inputs and outputs.

For example, in `hello.ipynb`, we define a simple function to count cells in a `SingleCellExperiment` object:
For example, in `hello.ipynb`, we define a simple function to count cells in an `AnnData` object:

```python
def count_anndata(anndata_file):
Expand Down