Skip to content

CeliacMicrobiomeRepo/celiac-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Celiac Microbiome Repository Web App

This is the R Shiny web application used to view the Celiac Microbiome Repository (CMR). The CMR is the best effort to comprehensively combine all high throughput sequencing datasets of the gut microbiome related to celiac disease.

View the live web app at www.celiac.shinyapps.io/celiac-webapp/

View the repository at www.github.com/CeliacMicrobiomeRepo/celiac-repository

Authors


Requirements & Licenses

Project License

This code for this project is licensed under the GNU General Public License v3.0 (GPL-3) to ensure compatibility.

R Dependencies

Python Dependencies (for data fetching)

JavaScript Dependencies

Deployment

  1. Your system needs R some R packages
    • R 4.4.1 is proven to be stable
    • Use install_deps.R to see R packages
  2. You'll need to obtain the .tsv data files and latest_version.json from the CMR
    • The Python script fetch_repo_data.py does this automatically.
    • The 4 .tsv files and latest_version.json sit in repo_data
  3. To deploy the application to shinyapps.io run this (or deploy.R) in R:
library(rsconnect)
rsconnect::deployApp(
  appDir = "/home/haig/Repos/celiac-webapp",
  account = "celiac"
)

About

This is the R Shiny web application used to view the Celiac Microbiome Repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors