knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

R-CMD-check

lineaGT

This package implements algorithm to determine lineage inference for gene therapy assays based on insertion sites, accounting also for somatic mutations accumulation. More specifically, starting from coverage values of ISs identified in a gene therapy assays and associated somatic mutations, lineaGT can:

This R package provides an R interface for the Python algorithms developed in the pyLineaGT package, which uses the Pyro probabilistic programming language to infer lineage histories.

Citation

If you use lineaGT, please cite:

Help and support

Installation

You can install the released version of lineaGT from GitHub with:

# install.packages("devtools")
devtools::install_github("caravagnalab/lineaGT")

Copyright and contacts

Elena Buscaroli, Giulio Caravagna. Cancer Data Science (CDS) Laboratory, University of Trieste, Italy.



caravagnalab/lineaGT documentation built on June 13, 2025, 6:01 p.m.