EnsEMBL::Web::Component::Variation::IndividualGenotypes

Location: /modules/EnsEMBL/Web/Component/Variation/IndividualGenotypes.pm
Source code · Permalink
No superclasses
No subclasses

Overview

Internal_individual_table

Method

Unknown

  • _init
  • content
Documentation coverage: 50 %

Methods

    _format_parent
    Internal_individual_table.
    Arg1 data object
    Arg2 parent data
    Description Formats output Returns string
    Example format_parent( $object->parent($object, $ind_genotype,"father") );
    Returns string
    View source

    _pop_url
    Arg1 data object
    Arg2 Population name (to be displayed)
    Arg3 dbSNP population ID (variable to be linked to)
    Description makes pop_name into a link Returns string
    Example _pop_url($object, $pop_name, $pop_dbSNPID);
    Returns string
    View source