Skip to the content.

MultiRepMacsChIPSeq - plot_peak_figures

Home Overview Usage Variations Applications Install

plot_peak_figures.R

This script generates a number of heat maps and plots for identified peak calls, including the following:

Samples are identified by color palette: Try Set1, Set2, Set3, Spectral, Dark2, or any other named palette in RColorBrewer. Note that excessive sample numbers may exceed the number the colors in a given palette (8 to 12).

USAGE:

plot_peak_figures.R [options]

OPTIONS:

-i INPUT, --input=INPUT
	Path and basename to the multirep_macs2_pipeline combined output

-n MIN, --min=MIN
	Minimum log2 Fold Enrichment value to plot, default -4

-x MAX, --max=MAX
	Maximum log2 Fold Enrichment value to plot, default 4

-q QMAX, --qmax=QMAX
	Maximum q-value to plot, default 30

-r FMAX, --fmax=FMAX
	Maximum fragment value to plot, default 4

--mincluster=MINCLUSTER
	Minimum number of peaks to generate k-means plots, default 500

--spatial
        Generate spatial UpSet plots (compute intensive), default F

-p PALETTE --palette=PALETTE
	RColorBrewer palette for samples, default Set1

-f FORMAT, --format=FORMAT
	Format of output file: png, pdf, default png

-h, --help
	Show this help message and exit