The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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()These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.