├── LICENSE ├── LR-classification.xlsx ├── R ├── human_data_processing.R └── mouse_data_processing.R ├── README.md ├── data ├── human_ann_manual.rds ├── human_gene2ensembl.rds ├── human_gene_info.rds ├── human_potential_lr.rds ├── human_uniprot.rds ├── mouse_ann_manual.rds ├── mouse_gene2ensembl.rds ├── mouse_gene_info.rds ├── mouse_potential_lr.rds └── mouse_uniprot.rds ├── database ├── human_lr_pair.rds └── mouse_lr_pair.rds └── img ├── Fig1.svg ├── Fig2.svg └── curation.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/LICENSE -------------------------------------------------------------------------------- /LR-classification.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/LR-classification.xlsx -------------------------------------------------------------------------------- /R/human_data_processing.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/R/human_data_processing.R -------------------------------------------------------------------------------- /R/mouse_data_processing.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/R/mouse_data_processing.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/README.md -------------------------------------------------------------------------------- /data/human_ann_manual.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/human_ann_manual.rds -------------------------------------------------------------------------------- /data/human_gene2ensembl.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/human_gene2ensembl.rds -------------------------------------------------------------------------------- /data/human_gene_info.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/human_gene_info.rds -------------------------------------------------------------------------------- /data/human_potential_lr.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/human_potential_lr.rds -------------------------------------------------------------------------------- /data/human_uniprot.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/human_uniprot.rds -------------------------------------------------------------------------------- /data/mouse_ann_manual.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/mouse_ann_manual.rds -------------------------------------------------------------------------------- /data/mouse_gene2ensembl.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/mouse_gene2ensembl.rds -------------------------------------------------------------------------------- /data/mouse_gene_info.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/mouse_gene_info.rds -------------------------------------------------------------------------------- /data/mouse_potential_lr.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/mouse_potential_lr.rds -------------------------------------------------------------------------------- /data/mouse_uniprot.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/data/mouse_uniprot.rds -------------------------------------------------------------------------------- /database/human_lr_pair.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/database/human_lr_pair.rds -------------------------------------------------------------------------------- /database/mouse_lr_pair.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/database/mouse_lr_pair.rds -------------------------------------------------------------------------------- /img/Fig1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/img/Fig1.svg -------------------------------------------------------------------------------- /img/Fig2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/img/Fig2.svg -------------------------------------------------------------------------------- /img/curation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZJUFanLab/CellTalkDB/HEAD/img/curation.svg --------------------------------------------------------------------------------