Multi-omics (x) PipelinE for Dataset Integration and Translational Exploration (xPEDITE) is a web-based platform to generate interactive HTML data reports
The following are basic setup instructions.
xPEDITE uses several other images:
- Pathways Visualization (pathwaysviz): available on GitHub
- Follow build instructions: https://github.com/MD-Anderson-Bioinformatics/sbgnviz_pathway
- NG-CHM (ngchm): available from docker hub
- Will be pulled automatically by docker compose
Authentication is configured by a required JSON-formatted .authenticators file that
is mounted to the container at run time.
Example .authenticators for no authentication (where every user is 'Guest User'):
(note the ":" as part of the key):
{
"default:": "none"
}Example .authenticators for LDAP-JWT authentication
(note the ":" as part of the "default:" key):
{
"ldapjwt": {
"name": "ldapjwt",
"type": "ldapjwt",
"spec": {
"href": "https://<host name of LDAP-JWT server>/ldap-jwt/",
"clientID":"<client ID of LDAP-JWT server>"
}
},
"default:":"ldapjwt"
}There are two required environment variables related to this file: AUTHENTICATORS_PATH_HOST
(the path to .authenticators on the host machine) and AUTHENTICATORS_PATH (the path to .authenticators
inside the container). See defaults in docker-compose.yml.
If using LDAP-JWT authentication: set appropriate values for environment
variables LDAP_JWT_HOST and optional AUTHORIZED_GROUP before running docker compose.
docker compose build
docker compose upVisit https://localhost:9433/xPEDITE/index. Fill out the form, and upload a pdata.csv file. Examples are provided in the test_data directory.
Upon form submission, a new study will be created. Each study has exactly one pdata.csv file, but can have multiple analyzed data files.
If using authentication, visit https://localhost:9433/xPEDITE/login to log in.
Visit https://localhost:9433/xPEDITE/admin to view a table of existing studies.
For a given study, click the 'Select' button to go to that study's page.
On that study's page, click the check box to upload an analyzed data file. Examples are provided in the test_data directory.
On that same study's page, select appropriate options from the rest of the dropdowns and click the 'Generate Report' button.
This project contains code and templates under multiple licenses:
- .Rmd, javascript, and HTML files: MIT
- scripts/pipeline_report_template.Rmd
- scripts/child_templates/*
- scripts/js/dynamicANOVA.js
- scripts/js/dynamicVolcano.js
- scripts/js/plotMetabolites.js
- scripts/js/Smooth.js
- module_sources/*
- Third-party libraries in /scripts/resources: as noted
- The license and copyright information is as shown in these files
- Everything else: GPLv2
- Mary Rohrdanz
- Jun Ma
- Thomas Laroche
- Bradley Broom
- Tod Casasent
- Chris Wakefiled