A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/kimsjune/shinyDSP below:

kimsjune/shinyDSP: A Shiny App For Visualizing Nanostring GeoMx DSP Data

shinyDSP is a Shiny app that lets you interactively visualize Nanostring GeoMx data. Its outputs are highly customizable. It performs differential gene expression analysis and summarizes the results in tables and plots. Please refer to the vignette for details.

shinyDSP is available on Bioconductor and can be installed with the following:

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

BiocManager::install("shinyDSP")

# To install the development version from Github:
if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("kimsjune/shinyDSP")
library(shinyDSP)
app <- shinyDSP()
if (interactive()) shiny::runApp(app)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4