Skip to content

mecfs_bio.analysis.right_heart_analysis

Script to analyze imaging-derived right-heart phenotypes

Functions:

run_initial_right_heart_analysis

run_initial_right_heart_analysis()

Function to analyze imaging-derived right-heart phenotype. Includes: - MAGMA and S-LDSC analysis of LVEF

Source code in mecfs_bio/analysis/right_heart_analysis.py
def run_initial_right_heart_analysis():
    """
    Function to analyze imaging-derived right-heart phenotype.
    Includes:
    - MAGMA and S-LDSC analysis of LVEF
    """
    DEFAULT_RUNNER.run(
        RVEF_STANDARD_ANALYSIS_ASSIGN_RSID.terminal_tasks(),
        incremental_save=True,
        must_rebuild_transitive=[
            RVEF_STANDARD_ANALYSIS_ASSIGN_RSID.tasks.master_gene_list_tasks.markdown_task
        ],
    )