The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PJ::Genome - Module for convenient access to genome statistics, such as chromosome lengths.

SYNOPSIS

  use PJ::Genome qw( get_gz get_effgz get_chrsz );

  my $genome_size = &get_gz($genome_name);  # genome size.
  my $eff_genome_size = &get_effgz($genome_name);  # effective genome size.
  my $ref_hash_chrom_size = &get_chrsz($genome_name);  # chromosome lengths in a reference to hash table.

DESCRIPTION

  Many bioinformatics functions need information about a genome, such as the genome size,
  chromosome lengths. This module contains these information for a few model species and
  provide PERL interfaces for easy access.

EXPORT

  None.

SEE ALSO

MyBioinfo::Common

Mailing list: https://groups.google.com/forum/#!forum/diffreps-discuss

Web site: https://code.google.com/p/diffreps/

AUTHOR

Li Shen, <shenli.sam@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010-2013 by Li Shen

diffReps goes under GNU GPL v3: http://www.gnu.org/licenses/gpl.html