Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 7 committers (57.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Clustering of immune receptor repertoires
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
ClustIRR: Clustering of Immune Receptor Repertoires
Overview
ClustIRR analyzes repertoires of B- and T-cell receptors. It begins the analysis by identifying communities (i.e., specificity groups) of immune receptors with similar specificities, based on the sequences of their complementarity determining regions (CDRs). Next, it employs a Bayesian probabilistic models to quantify differential community occupancy (DCO) between repertoires, allowing the identification of expanding or contracting communities in response to factors such as infection or cancer treatment.
How to use ClustIRR
ClustIRR is an R-package available from Bioconductor:
https://bioconductor.org/packages/ClustIRR/
To install this package, start R and enter:
```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("ClustIRR") ```
To use the development version of ClustIRR you can install it from Github. To do this, start R and enter:
r
library(devtools)
install_github("snaketron/ClustIRR")
Case studies are provided in the directory /vignettes
Workflow & output

Owner
- Name: snaketron
- Login: snaketron
- Kind: user
- Website: snaketron.github.io
- Repositories: 25
- Profile: https://github.com/snaketron
GitHub Events
Total
- Issues event: 6
- Watch event: 1
- Delete event: 1
- Issue comment event: 3
- Push event: 73
- Create event: 2
Last Year
- Issues event: 6
- Watch event: 1
- Delete event: 1
- Issue comment event: 3
- Push event: 73
- Create event: 2
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| sktron | s****i@u****e | 393 |
| Kai Wollek | k****k@s****e | 142 |
| J Wokaty | j****y@s****u | 6 |
| Kai Wollek | k****k@w****e | 3 |
| sktron-vm240 | s****i@g****m | 2 |
| A Wokaty | a****y@s****u | 2 |
| Hervé Pagès | h****b@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 37
- Total pull requests: 0
- Average time to close issues: 2 months
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 0.46
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- snaketron (18)
- kaozkai (17)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 4,625 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
bioconductor.org: ClustIRR
Clustering of immune receptor repertoires
- Homepage: https://github.com/snaketron/ClustIRR
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/ClustIRR/inst/doc/ClustIRR.pdf
- License: GPL-3 + file LICENSE
-
Latest release: 1.6.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.3.0 depends
- future * imports
- future.apply * imports
- igraph * imports
- methods * imports
- stats * imports
- stringdist * imports
- utils * imports
- visNetwork * imports
- BiocStyle * suggests
- ggplot2 * suggests
- ggrepel * suggests
- knitr * suggests
- patchwork * suggests
- testthat * suggests