.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "REPEATVIZ 1"
.TH REPEATVIZ 1 2024-11-09 "perl v5.40.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH NAME
repeatviz.pl \-\- visualize a bunch of repeats using graphviz
.SH SYNOPSIS
.IX Header "SYNOPSIS"
repeatviz.pl <input> [output]
.SH OPTIONS
.IX Header "OPTIONS"
output is defined based on the input name unless otherwise specified
.PP
.Vb 10
\& Options:
\&\-\-echo shows all input to R (very spammy).
\&\-\-colors={rainbow,heat,terrain,topo,cm,cool} uses an alternate color palette (default is rainbow). Custom palettes can also be created by providing a list of colors (like red,yellow,blue).
\&\-\-colorby={size,id,density} specify what to select colors based on (default is id)
\&\-\-density={N} sample repeat density at every N bp (default calculates a value based on width*res and genome size)
\&\-\-coloropts={extra options to pass to R\*(Aqs color generator}
\&\-\-connect draw connecting edges for points in  adjacent sequences
\&\-\-maxlines={N} don\*(Aqt draw lines to connect cluster\-sequence pairs with more than N edges
\&\-\-size={N} size of dots
\&\-\-bigfirst plot big clusters first
\&\-\-smallfirst plot small clusters first(default)
\&\-\-res={DPI} defaults to 96
\&\-\-width|height={N} graph size in inches
\&\-\-legend={position} position to place legend (R keywords like "right" or "topright" are good)
\&\-\-legendpts={N} number of dots to put in the legend (default is 8). must be at least 2
\&\-\-squeeze={[0,1)} Y axis labels not fitting in the frame? squeeze the graph over with this.
\&\-\-squeeze={[0,1),F} an amount to change the right margin can also be specified by F like this.
.Ve
