Skip to content

Commit

Permalink
Fix footnote in JOSS paper (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber authored Apr 18, 2024
1 parent 175a414 commit b0dad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ These new data profit much from the application of the scalable machine learning

`AnnData` is designed for data scientists and was inspired by a similar data structure in the R ecosystem, `ExpressionSet` [@Huber2015], filling this gap in the Python ecosystem.[^1]

^1: Please note that `AnnData` denotes the class (data structure), whereas anndata denotes the software package (python module).
[^1]: Please note that `AnnData` denotes the class (data structure), whereas anndata denotes the software package (python module).

Within the pydata ecosystem, xarray [@Hoyer2017] enables to deal with labeled data tensors of arbitrary dimensions, while pandas [@McKinney2010] operates on single data matrices (tables) represented as `DataFrame` objects.
anndata is positioned in between pandas and xarray by providing structure that organizes data matrix annotations. In contrast to pandas and xarray, `AnnData` offers a native on-disk format that allows sharing data with analysis results in form of learned annotations.
Expand Down

0 comments on commit b0dad1b

Please sign in to comment.