README.md

powerTCR: modeling the clone size distribution of the TCR repertoire

This is an R package for fitting the discrete gamma-GPD spliced threshold model to a distribution of clone sizes. The package contains tools needed to perform all of the analyses found in our paper, powerTCR: a model-based approach to comparative analysis of the clone size distribution of the T cell receptor repertoire.

Installation

Install and load this package from BioConductor by typing in R:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("powerTCR")

or take it directly from from GitHub with:

library(devtools)
install_github("hillarykoch/powerTCR")
library(powerTCR)

Getting going

See the package vignette for a detailed walkthrough of package features.

Citation

You may read our methods paper at PLoS Computational Biology.

If you found the powerTCR package useful, please cite our paper:

Koch H, Starenki D, Cooper SJ, Myers RM, Li Q (2018) powerTCR: A model-based approach to comparative analysis of the clone size distribution of the T cell receptor repertoire. PLOS Computational Biology 14(11): e1006571. https://doi.org/10.1371/journal.pcbi.1006571

Citation for the powerTCR package is:

Koch H (2018). powerTCR: Model-Based Comparative Analysis of the TCR Repertoire. R package version 1.1.4.



Try the powerTCR package in your browser

Any scripts or data that you put into this service are public.

powerTCR documentation built on March 17, 2021, 6:01 p.m.