scdrs.util.load_homolog_mapping#
- scdrs.util.load_homolog_mapping(src_species: str, dst_species: str) dict [source]#
Load gene homologs between mouse and human.
- Parameters:
- src_speciesstr
Source species. One of ‘mmusculus’, ‘mouse’, ‘hsapiens’, or ‘human’.
- dst_speciesstr
Destination species. One of ‘mmusculus’, ‘mouse’, ‘hsapiens’, or ‘human’. Cannot be the same as src_species.
- Returns:
- dic_mapdict
Dictionary of gene homologs (gene symbol).