Skip to content

Pipelines for data analysis and visualization of the Ralstonia proteome

License

Notifications You must be signed in to change notification settings

m-jahn/R-notebook-ralstonia-proteome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-notebook-ralstonia-proteome

Pipelines for data analysis and visualization of the Ralstonia proteome

Overview

This repository contains data processing pipelines for the analysis of the litho-autotrophic bacterium Ralstonia eutropha, also known as Cupriavidus necator. The repository contains raw data, processed data and R notebooks (*.Rmd) for three types of data:

  • mass spectrometry proteomics
  • genome scale model simulations (FBA/RBA)
  • barcoded transposon knockout library

All care was taken to guarantee scientific accuracy and adhere to good scientific practice in terms of statistics, reproducibility and code documentation. Please report any errors by filing a github issue for this repository, or contact michael.jahn@scilifelab.se.

How to run the pipelines

Data and pipelines collected in this repository are (to the most extent) self-contained and executable. The code and the documentation are part of one and the same R markdown document for each pipeline. The pipelines themselves can be downloaded and executed from the pipeline sub-folder. To simply view the rendered pipelines follow the links to the *.html reports under Contents.

To download the repository on your local drive use git clone in a (linux) terminal:

cd /your-target-folder
git clone https://github.com/m-jahn/R-notebook-ralstonia-proteome

Open a pipeline with Rstudio and execute code (chunks) with the Run button. Alternatively, open an interactive R session and render the R markdown pipeline:

require(rmarkdown)
rmarkdown::render("pipeline.Rmd")

Contents