Skip to content

Commit

Permalink
Merge pull request #715 from AlexsLemonade/jaclyn-taroni/fix-typo
Browse files Browse the repository at this point in the history
Custom function in ipynb should talk about AnnData
  • Loading branch information
jaclyn-taroni authored Aug 30, 2024
2 parents 1b6c82d + 804d0ab commit c943331
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c943331

Please sign in to comment.