Skip to content

Commit 6a1601a

Browse files
author
jdm204
committed
fixup! fixup! fixup! Add DataFrame constructor for AnnData
1 parent 7f02166 commit 6a1601a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/objects.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ By default, the first column `obs` corresponds to the `obs_names` and the remain
8787

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

90-
```@example 1
91-
using DataFrames # hide
90+
```julia
9291
DataFrame(ad, layer="raw")
9392
```
9493

0 commit comments

Comments
 (0)