Skip to content

Retrieve and process immunoglobulin sequences from 10X Genomics CellRanger output and align them to IMGTs reference gene segments

License

Notifications You must be signed in to change notification settings

Close-your-eyes/igsc

Repository files navigation

igsc

Installation

Please install packages from bioconductor manually.

install.packages("BiocManager")
BiocManager::install("DECIPHER")
BiocManager::install("Biostrings")

Please install igsc from GitHub. This requires devtools.

install.packages("devtools")
devtools::install_github("Close-your-eyes/igsc")

What it is

This small package provides a standardized workflow to extract the V(D)J sequences from CellRangers output (10X Genomics). Only TCRs are handled at the moment. To gain confidence reference sequences from the IMGT database are included in an R-friendly format (data frame) which may be aligned to one’s sequencing data. Based on this alignment the V(D)J sequence of TRA and TRB are retrieved and are made available for further processing.
The data from IMGT have been downloaded in Oct-2021. Using the files included in this package as template one can also download and process updated versions from IMGT.

Vignettes (tutorials)

prepare TCR sequences

About

Retrieve and process immunoglobulin sequences from 10X Genomics CellRanger output and align them to IMGTs reference gene segments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages