m-jahn / shiny-genome-stats

R Shiny App to show basic features of microbial genomes
GNU General Public License v3.0
0 stars 0 forks source link
data-visualization dataviz-tools microbial-genomics proteomics-data r-language shiny shiny-app

Shiny Genome Stats

R Shiny app to show basic statistics and features of microbial genomes.

Available on Shinyapps.io!

Features

Getting started

Run the app at https://m-jahn.shinyapps.io/shiny-genome-stats/!

If you want to run this app locally, you need to have R > 4.0.0 (optionally also Rstudio) and these libraries installed:

Open global.R, server.R or ui.R in RStudio and push the Run App button in Rstudio, done! You can also run the app from R console, just call runApp("path-to-ShinyApp").

Input data

shiny-genome-stats retrieves data dynamically from uniprot.org and NCBI. In order to speed things up, the app comes with currently six microbial proteomes pre-downloaded.

Structure

This app consists of a set of R scripts that determine the functionality.

Author(s)