pypath.inputs.cellcall.cellcall_download§
- pypath.inputs.cellcall.cellcall_download(extended=False, mouse=False)[source]§
Downloads a ligand-receptor-TF pathway dataset from CellCall (ShellyCoder/cellcall). This function downloads a single dataset, to download multiple datasets, see
cellcall_download_all
. The pathway identifiers refer to KEGG pathways.- Args
- extended (bool): CellCall has core and extended datasets, if this
argument is True, the extended dataset will be retrieved.
- mouse (bool): CellCall has human and homology inferred mouse
datasets. If this argument is True, the homology inferred dataset will be retrieved with mouse identifiers.
- Returns
A list of dicts, each is a record as it provided by the CellCall database.