shaman_gplot_map
shaman_gplot_map(
points,
interval_range = NA,
rotate = TRUE,
point_size = 0.1,
add_axis = TRUE
)
A dataframe containing the points (start1, start2).
Binary flag, indicating if the plot should be rotated by 45 degrees.
Cex size of the points in the plot.
Binary flag, indicating if axis should be added to plot.
gplot containing the map
Plots hic contact matrix.
# Set misha db to test
gsetroot(shaman::shaman_get_test_track_db())
#> Error in setwd(groot): cannot change working directory
points <- gextract("hic_obs", gintervals.2d(2, 176e06, 177e06, 2, 176e06, 177e06))
#> Error: Invalid interval (chr2, 1.76e+08, 1.77e+08): end coordinate exceeds chromosome boundaries
shaman_gplot_map(points)
#> Error in shaman_gplot_map(points): points_score data frame must contain the following columns: start1, start2