GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PP2DOT(1) User Contributed Perl Documentation PP2DOT(1)

pp2dot

pp2dot [options] ]infile.pp outfile_dp.ps

Convert an (extended) pp file to a dot plot file (like produced by RNAfold -p). pp is a locarna proprietary format for representing dot plots. Reads pp file from infile.pp and write dotplot file to outputfile_dp.ps

A pp-file has the following structure

[SCORE: X]

<name1> <seq1> . . . <nameK> <seqK>

# <i1> <j1> <p1> [<p2> [<w1> [<w2>]]]

The script accepts up to four weights per base pair in the pp file. Missing weights are considered to be 0. The script draws p1 as the size of a dot in the upper right triangle and w1 as its color. p2 and w2 are visualized accordingly in the lower left triangle.

The color palette is controlled by options.

Color palette. Use --colors2 to define a second palette for the lower-left triangle. Default: "black","cyan","green","yellow","red"
Color palette for lower left triangle.
Brief help message
Full documentation
2022-11-19 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.