Skip to content

mecfs_bio.analysis.lupus_analysis

Script to analyze the lupus GWAS of Bentham et al.

Functions:

  • lupus_analysis

    Script to analyze the lupus GWAS of Bentham et al.

lupus_analysis

lupus_analysis()

Script to analyze the lupus GWAS of Bentham et al.

Source code in mecfs_bio/analysis/lupus_analysis.py
def lupus_analysis():
    """
    Script to analyze the lupus GWAS of Bentham et al.
    """
    DEFAULT_RUNNER.run(
        BENTHAM_LUPUS_STANDARD_ANALYSIS.get_terminal_tasks(),
        incremental_save=True,
        must_rebuild_transitive=[],
    )