Skip to content

mbongaerts/OLIGO_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oligo pipeline

This repository contains resources and code to run the pipeline as described in our article.

Required data format for the pipeline

The pipeline only accepts a (Pandas) dataframe with the following requirements/format:

sample_ID compound sample_amt peak_area creatinine_mmol_liter age_in_years
Sample_1 904_α-mann 25 15000 1.5 2.2
.. .. .. .. .. ..
Sample_n 1071_GM1 35 25000 2.1 10.1

where sample_amt is the semi-quantitative concentration of the compound, and peak_area is the area under the chromatographic peak.

A test notebook can be found in this repository on how to use the pipeline (see Pipeline_test.ipynb)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published