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.
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")Launch the application using:
library(NGSToolKit)
# Launch the Shiny interface in your default browser:
run_ngs_toolkit()