alleleTools.plot package

Interpret module for alleleTools.

This module provides tools for interpreting HLA allele data. So far, it includes tools for visualizing individual characteristics of an HLA allele, helping researchers understand the functional and clinical significance of allele variants.

alleleTools.plot.setup_parser(subparsers)[source]

Set up the argument parser for the interpret subcommand.

Creates a subparser for the ‘interpret’ command and registers all available interpretation tools as sub-subcommands.

Parameters:

subparsers – The subparsers object from the main argument parser.

Returns:

The configured parser for the interpret command.

Return type:

argparse.ArgumentParser

Submodules