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

CLIPSeqTools::PlotApp::scatterplot - Create scatterplot for two tables.

SYNOPSIS

clipseqtools-plot scatterplot [options/parameters]

DESCRIPTION

Create scatterplot for the given column for two tables.

OPTIONS

Input.
  --table1 <Str>         first input table file.
  --table2 <Str>         second input table file.

  --key_col <Str>        name for the column/columns to use as a key. It
                         must be unique for each table row. Use option
                         multiple times to specify multiple columns.
  --val_col <Str>        name of column with values to be plotted.
                         The logarithm of the values is used.

Output
  --name1 <Str>          name to be used in plot for first table
  --name2 <Str>          name to be used in plot for second table
  --o_prefix <Str>       output path prefix. Script will create and add
                         extension to path. Default: ./

  -v --verbose           print progress lines and extra information.
  -h -? --usage --help   print help message