We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4be74 commit 777b5f6Copy full SHA for 777b5f6
1 file changed
src/RdTest/RdTestV2.R
@@ -990,7 +990,6 @@ plotJPG <- function(genotype_matrix, cnv_matrix, chr, start, end, cnvID, sampleI
990
rect_index_right <- 1 + (n_bins - 1) * (orig_end - start) / (end - start)
991
992
# Add light blue rectangle for the event region
993
- # Using rect() with plot coordinates and setting alpha transparency
994
rect(rect_index_left, par("usr")[3], rect_index_right, par("usr")[4], col = adjustcolor("azure3", alpha.f = 0.3), border = NA)
995
996
# Overlay the lines after the rectangle
0 commit comments