Related¶
- mutalyzer_retriever.related.get_related(accession, locations=None)¶
Retrieve related assembly/gene/transcript/protein information based on accession or gene symbol Args:
accession (str): A sequence accession (e.g., RefSeq, Ensembl ID) or a human gene symbol. locations, optional (str): A point or a range on chromosome, in the format of
‘10000;120000_130000’. Defaults to None.
- Returns:
related (dict): A dictionary containing related information retrieved from Ensembl, NCBI,
- Raises:
NameError: If the given accession is not from NCBI RefSeq or ENSEMBL.