EnsEMBL::Web::Component::Variation::PopulationGenotypes

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

Overview

Method

Population_genotype_alleles

Population_table

Unknown

  • _init
  • content
  • format_frequencies
Documentation coverage: 50 %

Methods

    _format_number
    Population_genotype_alleles.
    Arg1 null or a number Returns "unknown" if null or formats the number to 3 decimal places
    Returns "unknown" if null or formats the number to 3 decimal places
    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

    _sort_extra_pops
    Population_table.
    Arg1 data object
    Arg2 hashref with population data
    Description returns string with Population name (size)
    description Returns string
    Example my $super_string = _sort_extra_pops($object, $freq_data{$pop_id}{pop_info}{"Super-Population"});
    Returns string
    View source