Tools: tl#
AnnData Accessor: an#
In order to use the AnnData an accessor, you need to import annsel.
Something like the following:
import annsel
or
import annsel as an
This will register the an accessor to the AnnData object.
|
Filter the AnnData object by the given predicates. |
|
Select the AnnData object by the given predicates. |
|
Group the AnnData object by the given predicates. |
|
Apply chainable functions |
|
Container for grouped AnnData objects and their metadata. |