.ann

The proteopy.ann module provides functions to annotate samples (.obs) and variables (.var) in AnnData objects with metadata from external sources.

Functions

proteopy.ann.var

Annotate adata.var with rows from df matched on a key.

proteopy.ann.samples

Annotate adata.obs with rows from df matched on a key (alias for proteopy.ann.obs()).

proteopy.ann.proteins_from_csv

Annotate protein-level metadata from a CSV file.