This repository contains the code used to analysis the data presented in the "On the Neurobiological Basis of Chronotype: Insights from a Multimodal Population Neuroscience Study" paper. Current citation: https://doi.org/10.21203/rs.3.rs-4095105/v1
Scripts are saved in scrpit/
folder:
LDA_analysis.ipynb
is an analysis scripts to investigate the multivariate brain patterns linked to chronotype.PLS_actigraphy.ipynb
is an analysis scripts to investigate the cross-associations between brain patterns and daily activity patterns.
Results are save in results/
folder:
LDA_sMRI_coef_5-95CI_all.csv
is the result of LDA analysis on strutual MRI with 5-95% confidence interval.LDA_dMRI_coef_5-95CI_all.csv
is the result of LDA analysis on diffusion MRI with 5-95% confidence interval.LDA_sexdiff_sMRI_coef_5-95CI_all.csv
is the result of sex differences analysis on strutual MRI with 5-95% confidence interval.LDA_sexdiff_dMRI_coef_5-95CI_all.csv
is the result of sex differences analysis analysis on diffusion MRI with 5-95% confidence interval.PLS_Sig_x_loading.csv
is x loadings derived from the PLS analysis. Each column in the x loadings corresponds to a latent component, and each row corresponds to an brain feature.PLS_Sig_y_loading.csv
is the y loadings derived from the PLS analysis. Each column in the x loadings corresponds to a latent component, and each row corresponds to each hour of the day.Phewas_chronotype_hits.csv
is the results of PheWAS analysis (hits above BON correction).Phewas_corrdf_all.csv
is the full results of PheWAS analysis.