Skip to content

Commit

Permalink
Swap cells 18 and 19 in IO tutorial (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Apr 28, 2021
1 parent 5344162 commit bda376e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tutorial_io.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,11 @@ Now, we can convert the list of :class:`~scirpy.io.AirrCell` objects using :func
<!-- #endraw -->

```python
adata_tcr.obs
adata_tcr = ir.io.from_airr_cells(tcr_cells)
```

```python
adata_tcr = ir.io.from_airr_cells(tcr_cells)
adata_tcr.obs
```

```python
Expand Down

0 comments on commit bda376e

Please sign in to comment.