MANUAL: apt-summary-vis (apt-1.10.1)

apt-summary-vis will create an IGB egr file from summary and annotation files.

Quick Start

To generate an egr summary file, use:

apt-summary-vis -genome-position=filename summary_file [...]

Options:

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'] 

Genome Position File:

The file provided should contain at a minimum the following columns:

probeset_id: probeset ids which correspond to those in the data file(s)
seqname: the chromosome name
strand: the chromosome strand
start: the start position in 1-base chromosome coordinates
stop: the stop position in 1-base chromosome coordinates

Generated on Mon Nov 3 12:21:42 2008 for Affymetrix Power Tools by  doxygen 1.5.3