pypath.inputs.signor.signor_interactions§
- pypath.inputs.signor.signor_interactions(organism=9606, raw_records=False, expand_families=0)[source]§
Downloads the full dataset from SIGNOR (https://signor.uniroma2.it/). Returns the records with the most important fields. If
raw_records
is True it returns the table split to list of lists but unchanged content.- Args
- organism (int, str): The NCBI Taxonomy ID or name of the organism.
Human (9606), mouse (10090) and rat (10116) are available.
- raw_records (bool): Process the records or return them raw,
as they are.
- expand_families (int): Expand protein families up to this size.
Zero or one means no expansion.
- Return
- list: A list with processed records as named tuples or dicts of
raw records if
raw_records
is True.