Description Usage Arguments Value Examples
View source: R/visualization.R
Creates Hi-C contact maps to visualize the results of
estimate_idr2d_hic
.
1 2 3 4 5 6 7 8 9 10 |
df |
output of
| ||||||||||||||||||
idr_cutoff |
numeric; only show blocks with IDR < | ||||||||||||||||||
chromosome |
character; chromsome name or list of chromosome names to
be analyzed, e.g., UCSC chromosome 1, | ||||||||||||||||||
start_coordinate |
integer; only show contact map window between
| ||||||||||||||||||
end_coordinate |
integer; only show contact map window between
| ||||||||||||||||||
title |
character; plot title | ||||||||||||||||||
values_normalized |
logical; are read counts in value column
raw or normalized? Defaults to | ||||||||||||||||||
log_values |
logical; log-transform value column? Defaults to
|
ggplot2 object; Hi-C contact map
1 2 3 | idr_results_df <- estimate_idr2d_hic(idr2d:::hic$rep1_df,
idr2d:::hic$rep2_df)
draw_hic_contact_map(idr_results_df, idr_cutoff = 0.05, chromosome = "chr1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.