apt-summary-vis - Create an IGB egr file from summary and annotation files.
Usage:
apt-summary-vis -g genome_position_file -o output_file summary_file [...]
options:
-g, --genome-position Name of the file containing genome position
information. At a minimum this file should
contain columns probeset_id, seqname,
strand, start, and stop. [default '']
-o, --out-file Output file to send the merged results to.
[default '']
--transcript-cluster-ids Optional name of a file containing
transcript_cluster_ids to include in the
egr file. Can be specified multiple times.
[default '']
--probeset-ids Optional name of a file containing
probeset_ids to include in the egr file.
Can be specified multiple times. [default
'']
--egr-version Optional type of egr file to generate. For
version 2 both the probeset id and genome
coordinates are included.Version 3 omits
genome coordinates but requires that the
design be loaded into IGB before the egr
file. Version 1 is deprecated; it has
genome coordinates but no probeset id.
[default '2']
-p, --prepend-filename Prepend the filename to the column header.
[default 'false']
--wiggle-col-name Generate wiggle format output, compatible
with the UCSC genome browser, using the
summary file column with the specified
name. The generated wiggle output will not
work in the UCSC genome browser if the
extracted probesets overlap. [default '']
--wiggle-col-index Generate wiggle format output using the
summary file column with the specified
index. Numbering is one-based, ignoring the
probeset_id column. The generated wiggle
output will not work in the UCSC genome
browser if the extracted probesets overlap.
[default '0']
--version Display version information. [default
'false']
-h, --help Print help message. [default 'false']