README.md

ISAnalytics

Travis build
status codecov R build status -
bioc Lifecycle:
maturing BioC
status

ISAnalytics is an R package developed to analyze gene therapy vector insertion sites data identified from genomics next generation sequencing reads for clonal tracking studies.

In gene therapy, stem cells are modified using viral vectors to deliver the therapeutic transgene and replace functional properties since the genetic modification is stable and inherited in all cell progeny. The retrieval and mapping of the sequences flanking the virus-host DNA junctions allows the identification of insertion sites (IS), essential for monitoring the evolution of genetically modified cells in vivo. A comprehensive toolkit for the analysis of IS is required to foster clonal trackign studies and supporting the assessment of safety and long term efficacy in vivo. This package is aimed at (1) supporting automation of IS workflow, (2) performing base and advance analysis for IS tracking (clonal abundance, clonal expansions and statistics for insertional mutagenesis, etc.), (3) providing basic biology insights of transduced stem cells in vivo.

Visit the package website

You can visit the package website to view documentation, vignettes and more.

Installation

Installation from bioconductor

RELEASE version:

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

DEVEL version:

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

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("ISAnalytics")

Installation from GitHub

RELEASE:

if (!require(devtools)) {
  install.packages("devtools")
}
devtools::install_github("calabrialab/ISAnalytics",
                         ref = "RELEASE_3_12",
                         dependencies = TRUE,
                         build_vignettes = TRUE)

## Safer option for vignette building issue
devtools::install_github("calabrialab/ISAnalytics",
                         ref = "RELEASE_3_12")

DEVEL:

if (!require(devtools)) {
  install.packages("devtools")
}
devtools::install_github("calabrialab/ISAnalytics",
                         ref = "master",
                         dependencies = TRUE,
                         build_vignettes = TRUE)

## Safer option for vignette building issue
devtools::install_github("calabrialab/ISAnalytics",
                         ref = "master")

Current functionality

NEWS

ISAnalytics 1.0.11 (2021-04-08)

FIXES

IMPROVEMENTS

MINOR

FOR DEVS ONLY

ISAnalytics 1.0.10 (2021-02-17)

FIXES

ISAnalytics 1.0.9 (2021-02-15)

FIXES

ISAnalytics 1.0.8 (2021-02-10)

FIXES

ISAnalytics 1.0.7 (2021-02-06)

UPGRADES

FIXES

ISAnalytics 1.0.6 (2021-02-03)

UPGRADES

ISAnalytics 1.0.5 (2020-11-16)

UPGRADES

ISAnalytics 1.0.4 (2020-11-10)

FIXES

NEW

ISAnalytics 1.0.3 (2020-11-05)

FIXES

ISAnalytics 1.0.2 (2020-11-04)

FIXES

IMPORTANT NOTES

ISAnalytics 1.0.1 (2020-10-29)

ISAnalytics 0.99.15 (2020-10-22)

ISAnalytics 0.99.14 (2020-10-21)

ISAnalytics 0.99.13 (2020-10-19)

NEW FEATURES

ISAnalytics 0.99.12 (2020-10-04)

NEW FEATURES

SIGNIFICANT USER-VISIBLE CHANGES

MINOR CHANGES

ISAnalytics 0.99.11 (2020-09-21)

NEW FEATURES

MINOR FIXES

ISAnalytics 0.99.10 (2020-09-14)

ISanalytics is officially on bioconductor!

NEW FEATURES

SIGNIFICANT USER-VISIBLE CHANGES

MINOR FIXES

ISAnalytics 0.99.9 (2020-09-01)

NEW FEATURES

SIGNIFICANT USER-VISIBLE CHANGES

ISAnalytics 0.99.8 (2020-08-12)

TO DO in future updates

Getting help

For help please contact the maintainer of the package or open an issue on GitHub.



Try the ISAnalytics package in your browser

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

ISAnalytics documentation built on April 9, 2021, 6:01 p.m.