knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
T-cell Receptor/Immunoglobulin Profiler (TRIP)
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.
To install tripr
from github use:
remotes::install_github("iofeidis/tripr", dependencies = TRUE)
Once tripr
is successfully installed, it can be loaded as follow:
library(tripr)
Have a look at our thorough tripr
user guide (on
dev branch) with:
browseURL(url = "vignettes/tripr_guide.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.