immApex
Tools for Adaptive Immune Receptor Sequence-Based Machine and Deep Learning
Science Score: 26.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.8%) to scientific vocabulary
Repository
Tools for Adaptive Immune Receptor Sequence-Based Machine and Deep Learning
Basic Info
- Host: GitHub
- Owner: BorchLab
- License: other
- Language: R
- Default Branch: main
- Homepage: https://www.borch.dev/uploads/screpertoire/articles/immapex
- Size: 44.9 MB
Statistics
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
immApex
API for single-cell immune repertoire deep learning models

Introduction
Single-cell sequencing is now a integral tool in the field of immunology and oncology that allows researchers to couple RNA quantification and other modalities, like immune cell receptor profiling at the level of an individual cell. Towards this end, we developed the scRepertoire R package to assist in the interaction of immune receptor and gene expression sequencing. Further we developed models for embedding single-cell TCR sequences (Trex) and BCR sequences (Ibex) using convolutional neural networks. immApex is the API for preparing the sequence data for the current and future models in the scRepertoire ecosystem.
System requirements
immApex has been tested on R versions >= 4.0. Please consult the DESCRIPTION file for more details on required R packages - it is specifically designed to work with single-cell objects that have had BCR/TCRs added using scRepertoire. immApex has been tested on OS X and Linux platforms.
Installation
To run immApex, open R and install immApex from github:
r
devtools::install_github("BorchLab/immApex")
or via Bioconductor with the 3.20 release
```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("immApex") ```
IMGT usage
IMGT is used as a reference for gene names and sequence information can be accessed via getIMGT(). Data from IMGT is under a CC BY-NC-ND 4.0 license. Please be aware that attribution is required for usage and it is the intent of IMGT to not allow derivative or commercial usage.
Usage/Demos
immApex should be able to be run in popular R-based single-cell workflows, including Seurat and Bioconductor/Single-Cell Experiment formats.
Quick Start
Check out this vignette for a quick start tutorial.
Bug Reports/New Features
If you run into any issues or bugs please submit a GitHub issue with details of the issue.
- If possible please include a reproducible example.
Any requests for new features or enhancements can also be submitted as GitHub issues.
Pull Requests are welcome for bug fixes, new features, or enhancements.
Owner
- Name: BorchLab
- Login: BorchLab
- Kind: organization
- Repositories: 1
- Profile: https://github.com/BorchLab
GitHub Events
Total
- Watch event: 3
- Issue comment event: 2
- Push event: 75
- Pull request event: 10
- Create event: 4
Last Year
- Watch event: 3
- Issue comment event: 2
- Push event: 75
- Pull request event: 10
- Create event: 4
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 17
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.47
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 17
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.47
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- ncborcherding (17)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 2,301 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
bioconductor.org: immApex
Tools for Adaptive Immune Receptor Sequence-Based Machine and Deep Learning
- Homepage: https://github.com/BorchLab/immApex/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/immApex/inst/doc/immApex.pdf
- License: MIT + file LICENSE
-
Latest release: 1.2.5
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- R >= 4.0 depends
- SingleCellExperiment * imports
- dplyr * imports
- hash * imports
- httr * imports
- keras * imports
- matrixStats * imports
- methods * imports
- rvest * imports
- stats * imports
- stringi * imports
- stringr * imports
- tensorflow * imports
- BiocStyle * suggests
- ggplot2 * suggests
- knitr * suggests
- markdown * suggests
- rmarkdown * suggests
- scRepertoire * suggests
- spelling * suggests
- testthat * suggests
- viridis * suggests