Skip to content

Commit

Permalink
minor edit to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jun 11, 2024
1 parent 2b1c8f9 commit ee7d71c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,8 @@ And we can get individual rows as a dictionary:
bframe.get_row(2)
```

::: {.callout}
To retrieve a subset of the data in the `BiocFrame`, we use the subset (`[]`) operator.
This operator accepts different subsetting arguments, such as a boolean vector, a `slice` object, a sequence of indices, or row/column names.
:::


```{code-cell}
Expand Down

0 comments on commit ee7d71c

Please sign in to comment.