alleleTools.format package
Convert module for alleleTools.
This module converts allele data between different file formats including VCF, CSV, and custom allele table formats. It supports conversions from various sources including UK Biobank data and standard genomic formats.
- alleleTools.format.setup_parser(subparsers)[source]
Set up the argument parser for the convert subcommand.
Creates a subparser for the ‘convert’ command and registers all available conversion types as sub-subcommands.
- Parameters:
subparsers – The subparsers object from the main argument parser.
- Returns:
The configured parser for the convert command.
- Return type:
argparse.ArgumentParser
Subpackages
Submodules
- alleleTools.format.allele2vcf module
- alleleTools.format.alleleTable module
- alleleTools.format.allele_resolution module
- alleleTools.format.from_ikmb_hla module
- alleleTools.format.gene_report module
- alleleTools.format.hla_group module
- alleleTools.format.immuannot_report module
- alleleTools.format.kir_mapper module
- alleleTools.format.ukb2allele module
- alleleTools.format.vcf module
- alleleTools.format.vcf2allele module