knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.