LoadRawLR | R Documentation |
Load unformatted ligand-receptor database
LoadRawLR(species = "human", database = "OmniPath")
species |
character. Name of species from which to load ligand-receptor databases. One of: "human", "mouse", "rat". Default: "human" |
database |
Name of ligand-receptor database to use. Default: "OmniPath" When species is "human", one of: OmniPath, CellChatDB, CellPhoneDB, Ramilowski2015, Baccin2019, LRdb, Kirouac2010, ICELLNET, iTALK, EMBRACE, HPMR, Guide2Pharma, connectomeDB2020, talklr, CellTalkDB When species is "mouse" or "rat", only "OmniPath" is supported. To pass a custom ligand-receptor database to this function, set database = "custom" |
Returns a dataframe containing full information for the specified LR database. If species==NULL, will return all LR databases in the package. If database==NULL, will return all databases for the given species.
Turei, et al. Molecular Systems Biology (2021); Raredon, et al. bioRxiv (2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.