Plot genome tracks with co-accessible information.
plotCoTracks(
samples_path,
samples_suffix,
chr,
start,
end,
peaks,
colist,
coaccess_cutoff = 0.4,
line_size = 0.8,
curvature = 0.3,
color = NA,
back.color = TRUE
)
The bigwig (bw) file folder.
The suffix of the samples. e.g. ".cpm.bw".
The chromosome ID.
The start position.
The end position.
The merged peaks file.
The co-accessibile result obtained by **getCoaccessible**.
The correlation cutoff of co-accessible. Default: 0.4.
The curve line with. Default: 0.8.
The degree of curvature. Default: 0.3.
Color list to plot tracks.
Whether to plot backgroud color. Default: TRUE.