NAME

genomic_distribution.pl

SYNOPSIS

genomic_distribution.pl [options/parameters]

Measure the number of reads that align to each genome wide annotation (e.g. genic, intergenic, repeats, exonic, intronic, etc).

Input options for library.
    -driver <Str>          driver for database connection (eg. mysql, SQLite).
    -database <Str>        database name or path to database file for file based databases.
    -table <Str>           database table.
    -host <Str>            hostname for database connection.
    -user <Str>            username for database connection.
    -password <Str>        password for database connection.
    -records_class <Str>   type of records stored in database (Default: GenOO::Data::DB::DBIC::Species::Schema::SampleResultBase::v3).

Output.
    -o_file <Str>          filename for output file. If path does not exist it will be created.

Input Filters (only for DBIC input type).
    -filter <Filter>       filter library. Option can be given multiple times.
                           Filter syntax: column_name="pattern"
                             e.g. -filter deletion="def" -filter rmsk="undef" to keep reads with deletions and not repeat masked.
                             e.g. -filter query_length=">31" -filter query_length="<=50" to keep reads longer than 31 and shorter or   equal to 50.
                           Supported operators: ">", ">=", "<", "<=", "=", "!=","def", "undef"

Other options.
    -v                     verbosity. If used progress lines are printed.
    -h                     print help message
    -man                   show man page

DESCRIPTION

Measure the number of reads that align to each genome wide annotation (e.g. genic, intergenic, repeats, exonic, intronic, etc).