Skip to content

mecfs_bio.analysis.cfs_genetic_corr

Script to use CT-LDSC to compute genetic correlation between various CFS-related GWAS

Functions:

cfs_genetic_corr

cfs_genetic_corr()

Compute genetic correlation between CFS-related GWAS Plot the result.

Source code in mecfs_bio/analysis/cfs_genetic_corr.py
def cfs_genetic_corr():
    """
    Compute genetic correlation between CFS-related GWAS
    Plot the result.
    """
    DEFAULT_RUNNER.run(
        (CFS_CT_LDSC_ASSET_GENERATOR.terminal_tasks() + [CT_LDSC_CFS_CORR_PLOT]),
        incremental_save=True,
        must_rebuild_transitive=[CT_LDSC_CFS_CORR_PLOT],
    )