scDiffCom
Difference in Intercellular Communication from scRNA-seq data
Science Score: 20.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: nature.com -
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.6%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Difference in Intercellular Communication from scRNA-seq data
Basic Info
- Host: GitHub
- Owner: CyrilLagger
- License: other
- Language: R
- Default Branch: master
- Homepage: https://cyrillagger.github.io/scDiffCom
- Size: 54.6 MB
Statistics
- Stars: 22
- Watchers: 4
- Forks: 1
- Open Issues: 3
- Releases: 0
Created over 6 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# scDiffCom
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://CRAN.R-project.org/package=scDiffCom)
[](https://app.codecov.io/gh/CyrilLagger/scDiffCom?branch=master)
[](https://github.com/CyrilLagger/scDiffCom/actions)
scDiffCom stands for "single-cell Differential Communication" and infers
changes in intercellular communication between two biological
conditions from scRNA-seq data (as [Seurat](https://satijalab.org/seurat/)
objects). The package relies on an internal collection of ligand-receptor
interactions (available for human, mouse and rat) retrieved from seven
curated databases.
Display LRI databases
* [CellChat](http://www.cellchat.org/)
* [CellPhoneDB](https://www.cellphonedb.org/)
* [CellTalkDB](http://tcm.zju.edu.cn/celltalkdb/)
* [connectomeDB2020](https://github.com/forrest-lab/NATMI)
* [ICELLNET](https://github.com/soumelis-lab/ICELLNET)
* [NicheNet](https://github.com/saeyslab/nichenetr)
* [SingleCellSignalR](https://www.bioconductor.org/packages/release/bioc/html/SingleCellSignalR.html)
## Installation
``` r
# Install the development version from GitHub
devtools::install_github("CyrilLagger/scDiffCom")
# Install release version from CRAN
install.packages("scDiffCom")
```
## Usage
As an introduction, please look at the
[documentation](https://cyrillagger.github.io/scDiffCom/) and this [vignette](https://cyrillagger.github.io/scDiffCom/articles/scDiffCom-vignette.html).
For a concrete and large-scale project that used scDiffCom, please look at
[scagecom.org](https://scagecom.org/), our murine atlas of
age-related changes in intercellular communication.
## Citation
Please consider reading and citing our Nature Aging paper:
[here](https://www.nature.com/articles/s43587-023-00514-x).
Owner
- Name: Cyril Lagger
- Login: CyrilLagger
- Kind: user
- Twitter: CyrilLagger
- Repositories: 3
- Profile: https://github.com/CyrilLagger
Computational Scientist at Altos Labs
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Cyril Lagger | l****l@g****m | 378 |
| ursueugen | u****n@h****m | 22 |
| Cyril Lagger | c****r@l****k | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 13
- Total pull requests: 9
- Average time to close issues: 9 days
- Average time to close pull requests: about 1 hour
- Total issue authors: 10
- Total pull request authors: 2
- Average comments per issue: 1.38
- Average comments per pull request: 0.0
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: about 19 hours
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- CyrilLagger (4)
- aosakwe (1)
- alvarezprado (1)
- trusha0911 (1)
- lef2158 (1)
- majeex233 (1)
- Gesmira (1)
- Brawni (1)
- suanzaoren (1)
Pull Request Authors
- CyrilLagger (8)
- ursueugen (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 297 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: scDiffCom
Differential Analysis of Intercellular Communication from scRNA-Seq Data
- Homepage: https://cyrillagger.github.io/scDiffCom/
- Documentation: http://cran.r-project.org/web/packages/scDiffCom/scDiffCom.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published over 2 years ago
Rankings
Stargazers count: 19.8%
Forks count: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 36.1%
Downloads: 66.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.0.0 depends
- DelayedArray * imports
- Seurat >= 4.0.0 imports
- data.table * imports
- future * imports
- future.apply * imports
- magrittr * imports
- methods * imports
- stats * imports
- utils * imports
- DT * suggests
- GOSemSim * suggests
- KEGGREST * suggests
- RColorBrewer * suggests
- SingleCellSignalR * suggests
- biomaRt * suggests
- covr * suggests
- ggplot2 * suggests
- igraph * suggests
- kableExtra * suggests
- knitr * suggests
- ontoProc * suggests
- ontologyIndex * suggests
- pkgdown * suggests
- plotly * suggests
- rmarkdown * suggests
- rrvgo * suggests
- shiny * suggests
- shinyWidgets * suggests
- shinythemes * suggests
- spelling * suggests
- testthat >= 3.0.0 suggests
- visNetwork * suggests