This repository contains the code and result images accompanying the paper:
Systematic Comparison of Bone Proteome Extraction Methods to Allow for Integrated Proteomics-Metabolomics-Correlation
- Result Images: The
resultsdirectory contains the figures and supplementary images generated for the paper. - R Markdown File: The
.Rmdfile (Workflow.Rmd) allows you to run the code used in the analysis and recreate the result images. - Environment: The corresponding computational environment required to run the code can be found as a Docker image on Docker Hub.
To recreate the result images:
- Ensure you have R and the required environment configured. Using the Docker image is recommended for reproducibility.
- Run the
Workflow.Rmdfile in your R setup or RStudio.
The computational environment for running the code is available on Docker Hub:
- Docker Hub Repository: kadam0/extraction_prot
- Tags:
rstudio: Provides a GUI-based environment with RStudio.r: Allows running the code in a terminal-based R environment.
- Pull the Docker image:
docker pull kadam0/extraction_prot:rstudio
- Run the container:
docker run -p 8787:8787 -e PASSWORD=yourpassword kadam0/extraction_prot:rstudio
- Access RStudio in your browser at
http://localhost:8787and runWorkflow.Rmd.
If you use this repository or the Docker environment, please cite the associated paper:
Systematic Comparison of Bone Proteome Extraction Methods to Allow for Integrated Proteomics-Metabolomics-Correlation.
For any issues or questions, feel free to contact the repository maintainers or refer to the paper for detailed