Proteins are essential nutrients that we need to ingest in a daily basis for our health. However, not all proteins are equally digestible, and not all individuals can digest proteins equivalently. In this project, we perform integrative data analysis by combining food proteomics and human serum metabolomics data to understand sequence-level protein digestibility and the variation of protein digestibility among individuals.
Our derived digestibility scores accurately captured the general trends of animal proteins being more digestible than plant proteins (Digestibility score = 0.58 ± 0.13 vs.
0.48 ± 0.10; p-value = 4.1 x 10-3). However, this heatmap also revealed that certain individuals digested plant-based proteins more efficiently than animal-based proteins. Another interesting finding was that although animal proteins, in general, were more digestible, some specific sequences were less digestible, such as actin.
data
: Contains the raw data files.
outputs
: Contains the output files.
src
: Contains the source code files.
scripts
: Contains the scripts for running the code.
The code has been tested in the following environment:
- Ubuntu: 20.04.4 LTS
- Python: 3.10.8
git clone https://github.com/IBPA/PTFIFoodomics
cd PTFIFoodomics
conda create -n foodomics python=3.10.8
conda activate foodomics
pip install - requierments.txt
- Step 1: Unpack the zipped FASTA file.
cd data
unzip combined_v3.fasta.zip
cd ..
- Step 2: Two main analysis repositories can be found in
src
directory:variability
anddigestibility
. You will be able to run any of the Python files, e.g., ones without leading underscore. For example:
python -m src.variability.plot_auc
- Fangzhou Li1,2,3: Graduate Student Researcher
- Ilias Tagkopoulos, Ph.D.1,2,3: Principal Investigator
- Mariana Barboza, Ph.D.2,11*
- Fangzhou Li1,2,3*
- Cheng-Yu Weng, Ph.D.6*
- Shawn Ehlers Cheang6
- Antoine Abrieux, Ph.D.11
- Emelie Strandberg, Ph.D.9
- Karin Schaal9
- Nikita Bacalzo Jr., Ph.D.6
- Efrain Vasquez Santos9
- Ryan Caster2
- Visakan Vairavamoorthy11
- Bruce German, Ph.D.7
- Selena Ahmed, Ph.D.4,8
- John de la Parra, Ph.D.10,12
- Keith Baar, Ph.D.9
- Ilias Tagkopoulos, Ph.D.1,2,3
- Carlito Lebrilla, Ph.D.5,6
- Justin Siegel, Ph.D.2,5,6,11
- Department of Computer Science, University of California, Davis
- Genome Center, University of California at Davis
- USDA/NSF AI Institute for Next Generation Food Systems (AIFS)
- American Heart Association
- Department of Biochemistry and Molecular Medicine, University of California, Davis
- Department of Chemistry, University of California, Davis
- Department of Food Science and Technology, University of California, Davis
- Department of Health and Human Development, Montana Stata University
- Department of Physiology and Membrane Biology, School of Medicine, University of California, Davis
- Harvard University
- Innovation Institute for Food and Health, University of California, Davis
- The Rockefeller Foundation
*. These authors contributed equally
For any questions regarding the code, you can contact Fangzhou Li (fzli@ucdavis.edu) or Prof. Ilias Tagkopoulos (itagkopoulos@ucdavis.edu).
The work is currently under review. Please check back later for the citation!
This project is licensed under the Apache-2.0 License. Please see the LICENSE
file for details.
Special thanks to all the collaborators of this work: Dr. Antoine Abrieux, Dr. Mariana Barboza, Dr. Justin B. Siegel, and Visakan Vairavamoorthy from the Innovation Institute for Food and Health, Dr. Nikita Bacalzo, Shawn E. Cheang, Carlito B. Lebrilla, and Cheng-Yu Weng from the Department of Chemistry at UC Davis, Dr., Keith Baar, Efrain V. Santos, Karin Schaal, and Dr. Emelie K. Strandberg from the Department of Physiology and Membrane Biology, School of Medicine at UC Davis, Ryan Caster from Genome Center at UC Davis, Dr. Bruce German from the Department of Food Science and Technology at UC Davis, Dr. Selena Ahmed from American Heart Association, and Dr John de la Parra from the Rockefeller Foundation.
Funding was provided by the Rockefeller Foundation and the American Heart Association.