NGSToolKit: RNA-Seq Analysis Platform and JBrowse Visualization

CRAN status License: GPL v3

NGSToolKit is an R Shiny application for comprehensive RNA-Seq data exploration, quality control, differential expression analysis (DESeq2), clustering, dimensionality reduction (t-SNE, UMAP, PCA), and integrated genomic visualization using JBrowse 2.

Installation

You can install NGSToolKit directly from CRAN or GitHub:

# Install from CRAN (once published):
install.packages("NGSToolKit")

# Or install development version from GitHub:
# install.packages("remotes")
remotes::install_github("bigfacilityiisr/NGS-Tool-Kit")

Quick Start

Launch the application using:

library(NGSToolKit)

# Launch the Shiny interface in your default browser:
run_ngs_toolkit()

Features

Authors & Institution