使用GWAS分析与疾病相关的细胞类型

数据准备

https://zhuanlan.zhihu.com/p/467150143

分析工具

CELLET

以GWAS 数据和cell-type expression specificity estimates(ES)数据为输入,可选择使用LDSC和MAGMA模型,得到细胞类型与疾病的关系。
https://github.com/perslab/CELLECT/wiki/CELLECT-MAGMA-Tutorial
https://github.com/perslab/CELLECT/wiki/CELLECT-LDSC-Tutorial

安装

https://github.com/perslab/CELLECT/tree/master

git clone --recurse-submodules https://github.com/perslab/CELLECT.git
conda install -c bioconda -c conda-forge snakemake">=5.27.4"
conda install -c conda-forge mamba
mamba create -c conda-forge -c bioconda -n snakemake snakemake

分析

CELLECT-LDSC

snakemake --use-conda -j -s cellect-ldsc.snakefile --configfile config.yml

CELLECT-MAGMA:

snakemake --use-conda -j 4 -s cellect-magma.snakefile --configfile config.yml

结果

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容