pycallingcards.tools.GWAS_adata_bulk#
- pycallingcards.tools.GWAS_adata_bulk(adata, number=100, bindings=['Chr', 'Start', 'End'])[source]#
Plot GWAS results for different cell types for bulk calling cards data. It considers the relative number of insertions in each group. GWAS data is downloaded from GWAS Catalog.
- Parameters:
- Return type:
- Example:
>>> import pycallingcards as cc >>> adata_cc = cc.datasets.mouse_brd4_data(data="CC") >>> adata_cc = cc.tl.liftover(adata_cc) >>> cc.tl.GWAS_adata_bulk(adata_cc, bindings = ['Chr_liftover', 'Start_liftover', 'End_liftover'])