Skip to content

Commit

Permalink
fixup! fixup! fixup! Add DataFrame constructor for AnnData
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm204 committed Feb 15, 2025
1 parent 7f02166 commit 6a1601a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ By default, the first column `obs` corresponds to the `obs_names` and the remain

To use a different data matrix (the default is `ad.X`), pass the name of the layer:

```@example 1
using DataFrames # hide
```julia
DataFrame(ad, layer="raw")
```

Expand Down

0 comments on commit 6a1601a

Please sign in to comment.