Proteomic profiling of age-dependent changes in the kidney glomerular and tubulointerstitial compartments
Authors: Randles MJ, Lausecker F, ...
Journal: Journal of the American Society of Nephrology (2021)
PubMed ID: 33446562
DOI: 10.1681/ASN.2020101442
merged_ecm_aging_zscore.csvRandles_2021This dataset is included in the unified ECM-Atlas database. You can access it through:
08_merged_ecm_dataset/merged_ecm_aging_zscore.csvdf[df['Study_ID'] == 'Randles_2021']import pandas as pd
# Load unified database
df = pd.read_csv('merged_ecm_aging_zscore.csv')
# Filter for this study
study_df = df[df['Study_ID'] == 'Randles_2021']
# View ECM proteins only
ecm_df = study_df[study_df['ECM_Class'].notna()]
print(f"Total proteins: {len(study_df['Protein_ID'].unique())}")
print(f"ECM proteins: {len(ecm_df['Protein_ID'].unique())}")
{}
Generated: 2025-10-20 | ECM-Atlas Version: 2.0