plot_contacts: Plot a HiC map from a contact matrix.

Description Usage Arguments Value See Also Examples

Description

This function takes a contact matrix and plots a HiC map

Usage

1
2
plot_contacts(contacts, rotate = T, transformation = log10,
  col.palette = brewer.pal(9, "Blues"))

Arguments

contacts

Input contact matrix. Usually the output of get_contacts

rotate

Do you want matrix to be rotated so the diagonal is from top-left to bottom-right? Dafaults to TRUE

transformation

Transformation of the data to ease the visualization. Dafaults to log10

col.palette

Palette of colors used in the representation

Value

A nice plot

See Also

read_tabix and get_contacts for data retrieval

Examples

1
plot(0)

qenvio/hicvidere documentation built on May 26, 2019, 11:35 a.m.