Skip to content

smha118/keto_diet_pediatric_epilepsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

DOI

Multiomics data analysis and code for ketogenic diet therapy for pediatric epilepsy

This github page contains source code used for multiomics data analysis in
"Ketogenic diet therapy for pediatric epilepsy is associated with alterations in the human gut microbiome that confer seizure resistance in mice"

Each directory contains donors & recipients data and relevant source codes in jupyter notebook format. Due to the size limit mmvec result files are stored in the Google Drive.

The overall schematic looks like below:
After 2.parse_wgcna_modules, the output files were used in Mergeomics webpage to perform wKDA analysis. The results of wKDA were then used to modify the node description in 3.Merge_module_wkda_gwas_deg_info2mmvec_network. After 3.Merge_module_wkda_gwas_deg_info2mmvec_network, the results files were loaded onto the Cytoscape for further visualization.

flowchart TD;
	A[WGNCA] --> C[1.parse_mmvec]
	B[MMVEC] --> C[1.parse_mmvec]
	C-->D[2.parse_wgcna_modules]
	D-->E{Mergeomics wKDA}
	E-->F[3.Merge_module_wkda_gwas_deg_info2mmvec_network]