scpdac.pp.get_genes#
- scpdac.pp.get_genes(species)#
Return the manually curated gene list for a species.
- Parameters:
species (
str) – Either"human"or"mouse".- Return type:
- Returns:
The species-specific list of manually curated gene symbols.
- Raises:
ValueError – If
speciesis not"human"or"mouse".