tools.vmin
- tools.vmin(adata, genes, pct)[source]
Extract the minimum 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 minimum values.
- Return type:
List