Submit compact Genebass gene burden requests for one Ensembl gene ID and one burden set. Use when a user wants concise Genebass PheWAS summaries
scripts/genebass_gene_burden.py for all Genebass calls.max_results is flexible; start around 25 for broad summaries and increase only if the user explicitly wants more associations.... in tool previews as UI truncation, not literal request content.pLoF, missense|LC, and synonymous, with the aliases already handled by the script.max_results deliberately instead of dumping everything by default."ENSG00000173531"{"ensembl_gene_id":"ENSG00000173531","burden_set":"pLoF","max_results":25}ok, source, input metadata, gene, association counts, truncated, and compact associations.ok=false with error.code and error.message.echo '{"ensembl_gene_id":"ENSG00000173531","burden_set":"pLoF","max_results":25}' | python scripts/genebass_gene_burden.py
scripts/genebass_gene_burden.py.