Page Actions

HIR Mapper Brain (Borland Genetics)

From ISOGG Wiki

HIR Mapper Brain Module Summary

The HIR Mapper Brain module is one of the software modules in the Borland Genetics Web Tools and Database. This module contains classes and methods related to chromosome mapping and analysis. It provides tools for creating and managing chromosome maps.

The module currently consists of the following classes:

Name Extends Description
PhaseMap DataRow Manages individual phase map records.
HIRMapper Tool Provides core functionalities for HIR mapping workflows.
PhaseMapForm HTMLForm Contains HTML form elements related to phase maps.

Class Hierarchy and Extensibility

All classes in the HIR Mapper Brain module extend classes within the core Web Tools module. The `PhaseMap` class extends `DataRow` for managing individual records, while `PhaseMapForm` extends `HTMLForm` for specific phase map-related form functionalities. The `HIRMapper` class extends the `Tool` class to provide core functionalities for chromosome mapping workflows.