README.md

tripr

T-cell Receptor/Immunoglobulin Profiler (TRIP)

Description

tripr is a Bioconductor package, written in shiny that provides analytics services on antigen receptor (B cell receptor immunoglobulin, BcR IG | T cell receptor, TR) gene sequence data. Every step of the analysis can be performed interactively, thus not requiring any programming skills. It takes as input the output files of the IMGT/HighV-Quest tool. Users can select to analyze the data from each of the input samples separately, or the combined data files from all samples and visualize the results accordingly.

Functions for an R command-line use are also available.

Installation

To install tripr from github use:

remotes::install_github("iofeidis/tripr", dependencies = TRUE)

Launching the app

Once tripr is successfully installed, it can be loaded as follow:

library(tripr)

User Guide

Have a look at our thorough tripr user guide (on dev branch) with:

browseURL(url = "vignettes/tripr_guide.html") 


iofeidis/tripr documentation built on Dec. 20, 2021, 7:58 p.m.