Skip to content

tniapp/Human-VICs-and-osteoblasts-osteogenic-differentiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human-VICs-and-osteoblasts-osteogenic-differentiation

This code replicates the bioinformatic analysis conducted on proteomic and transcriptomic data obtained from human valve interstitial cells (VIC) and osteoblasts. The source of this analysis stems from the article titled "Similar, but not the same: multi-omics comparison of human valve interstitial cells and osteoblast osteogenic differentiation expanded with an estimation of data-dependent and data-independent PASEF proteomics". In this study, we employed the timsTOF Pro platform to explore the proteomic profiles of valve interstitial cells (VICs) and osteoblasts during osteogenic differentiation, utilizing three data acquisition/analysis techniques: Data-Dependent Acquisition (DDA-PASEF) and Data-Independent Acquisition (DIA-PASEF) with a classic library based and machine learning-based “library-free” search (DIA-ML). RNA-seq complemented comparative proteome coverage analysis to provide a comprehensive biological reference.

Repository Structure

Human-VICs-and-osteoblasts-osteogenic-differentiation-main/
├── LICENSE
├── README.md
├── DDA/
│   ├── dda_final.R
│   ├── dda_imp.csv
│   ├── dda_ost_contVSvic_cont.csv
│   ├── dda_ost_diffVSvic_diff.csv
│   └── dda_vic_contVSvic_diff.csv
├── DIA-ML/
│   ├── diaml_final.R
│   ├── diaml_imp.csv
│   ├── diaml_ost_contVSvic_cont.csv
│   ├── diaml_ost_diffVSvic_diff.csv
│   └── diaml_vic_contVSvic_diff.csv
├── DIA/
│   ├── dia_final.R
│   ├── dia_imp.csv
│   ├── dia_ost_contVSvic_cont.csv
│   ├── dia_ost_diffVSvic_diff.csv
│   └── dia_vic_contVSvic_diff.csv
├── data_prep/
│   ├── combined_peptide_DDA.tsv
│   ├── diaml_imp.csv
│   ├── report..gg_matrix_diaml.tsv
│   ├── data_preparation.r
│   ├── diaml_toNA.csv
│   ├── report..pr_matrix_DiA_ph.tsv
│   ├── dda_imp.csv
│   ├── fact_NA.xlsx
│   ├── report..pr_matrix_diaml.tsv
│   ├── dda_toNA.csv
│   ├── prot_dda.xlsx
│   ├── transcriptomics_data.csv
│   ├── dia_imp.csv
│   ├── rename.xlsx
│   ├── dia_toNA.csv
│   └── report..gg_matrix_DiA_ph.tsv
├── omics_comb/
│   ├── Enrichment_contr.R
│   ├── Enrichment_dif.R
│   ├── dia_ost_contVSost_diff.csv
│   ├── dia_ost_contVSvic_cont.csv
│   ├── dia_ost_diffVSvic_diff.csv
│   ├── dia_vic_contVSvic_diff.csv
│   └── deg_combination/
│       ├── c_vs_d/
│       │   └── VIC_OB_dif_deg.r
│       └── vic_vs_ob/
│           └── VIC_OB_c_comb_deg.r
├── qualitative_analysis/
│   └── DIA_qualit_analysis.r
└── transcriptome/
    ├── vic_ost_counts.csv
    ├── vic_ost_metadata.xlsx
    └── vic_ost_rna_analysis.R

Repository Content Description

Folder DDA

  • dda_final.R — R script for processing DDA data.
  • dda_imp.csv — File with imputed data results.
  • dda_ost_contVSvic_cont.csv, dda_ost_diffVSvic_diff.csv, dda_vic_contVSvic_diff.csv — Comparative analysis results for various DDA data conditions.

Folder DIA-ML

  • diaml_final.R — R script for DIA-ML data analysis.
  • diaml_imp.csv — Imputed data for DIA-ML.
  • diaml_ost_contVSvic_cont.csv, diaml_ost_diffVSvic_diff.csv, diaml_vic_contVSvic_diff.csv — Comparative analysis results for DIA-ML data.

Folder DIA

  • dia_final.R — Main R script for DIA data processing.
  • dia_imp.csv — Imputed data.
  • dia_ost_contVSvic_cont.csv, dia_ost_diffVSvic_diff.csv, dia_vic_contVSvic_diff.csv — Analysis results for various DIA data conditions.

Folder data_prep

  • Raw proteome data.

Folder omics_comb

  • Enrichment_contr.R and Enrichment_dif.R — R scripts for enrichment analysis of control and differentiated cells.
  • deg_combination/ — Contains two subdirectories for enrichment analysis of diffexpressed genes (DEG) in various conditions (control against differentiated cells; VIC against OB).

Folder qualitative_analysis

  • DIA_qualit_analysis.r — R script for qualitative analysis of DIA data.

Folder transcriptome

  • vic_ost_counts.csv — Count matrix for transcriptomic analysis.
  • vic_ost_metadata.xlsx — Metadata for VIC and osteoblast (OB) samples.
  • vic_ost_rna_analysis.R — Script for transcriptome analysis.

Sample Information

The analyzed samples include:

  • Valve Interstitial Cells (VIC) and osteoblast (OB) cell samples.
  • Divided into two groups: control and differentiated samples for each cell type.
  • Raw reads are deposited in the NCBI SRA database with BioProject identifier PRJNA947173.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages