Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 authored Dec 1, 2022
1 parent 1bac9b0 commit 087995a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ As of version `0.3.0` `rapids_singlecell` has been updated to use functions of a
The preprocessing of the single-cell data is performed with `cunnData`. It is a replacement for the [AnnData](https://github.com/scverse/anndata) object used by scanpy. The `cunnData` object is a cutdown version of an `AnnData` object. At its core lies a sparse matrix (`.X`) within the GPU memory. `.obs` and `.var` are pandas data frame and `.uns` is a dictionary. It also supports `.layers` and `.obsm`. `.layers` are stored on the GPU, while `.obsm` is not.
Since version `0.3.0` you can use cunnData for spatial transcriptomics datasets.\
`cunnData` includes methods for:
* `__getiem__` to filter the object based on `.obs`.
* `__getiem__` to filter the object based on `.obs` and `.var`.
* transform cunnData object to AnnData object

### cunnData_funcs or pp
Expand Down

0 comments on commit 087995a

Please sign in to comment.