tools.vmax
- tools.vmax(adata, genes, pct)[source]
Extract the maximum expression value from list of genes in AnnData at the specified pct.
- Parameters:
adata (AnnData) – input AnnData object.
genes (Union[List, str]) – gene(s) to query from AnnData object.
pct (float) – percentage to cut-off and return.
- Returns:
List of maximum values.
- Return type:
List