PIgLET - Program for Ig clusters R package

PIgLET is a suite of computational tools that improves genotype inference and downstream AIRR-seq data analysis. The package as two main tools. The first is Allele Clusters, this tool is designed to reduce the ambiguity within the IGHV alleles. The ambiguity is caused by duplicated or similar alleles which are shared among different genes. The second tool is an allele based genotype, that determined the presence of an allele based on a threshold derived from a naive population.

Core Abilities

Allele Similarity Cluster provides the functions that support the main tool of creating the allele similarity cluster form an IGHV germline set. Allele based genotype provides the functions to infer the IGHV genotype using the allele based method and the allele clusters thresholds.

Required Input

For the allele similarity cluster, a reference set of IUIS/IMGT alleles. The sequences should be gapped.

For the genotype inference, an AIRR-seq format data set.

Installation

PIgLET is available for installation either from the development version.

PIgLET repository installation

To build from the source code, first install the build dependencies:

install.packages(c("devtools", "roxygen2", "testthat", "knitr", "rmarkdown", "plotly"))

To install the latest version via devtools:

library(devtools)
install_bitbucket("yaarilab/piglet")

Note, installing from bitbucket does not generate the documentation. To generate them, first clone the repository and then build:

library(devtools)
install_deps()
document()
build()
install()

Contact

For help, questions, or suggestions, please contact:

Copying

RAbHIT is free for use under the CC BY-SA 4.0

Dependencies

Depends: FALSE
Imports: dplyr, Biostrings, DECIPHER, alakazam, dendextend, data.table, tigger, methods, rlang, splitstackshape, zen4R, RColorBrewer, ggplot2, circlize, R6, jsonlite, magrittr
Suggests: knitr, rmarkdown, stats, graphics, grDevices, htmltools, ComplexHeatmap, ggmsa, stringi, bookdown

Authors

Ayelet Peres (aut, cre)
William Lees (aut)
Gur Yaari (aut, cph)

License

CC BY 4.0