Skip to content

Commit 777b5f6

Browse files
committed
Modified comments
1 parent 0d4be74 commit 777b5f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/RdTest/RdTestV2.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,6 @@ plotJPG <- function(genotype_matrix, cnv_matrix, chr, start, end, cnvID, sampleI
990990
rect_index_right <- 1 + (n_bins - 1) * (orig_end - start) / (end - start)
991991

992992
# Add light blue rectangle for the event region
993-
# Using rect() with plot coordinates and setting alpha transparency
994993
rect(rect_index_left, par("usr")[3], rect_index_right, par("usr")[4], col = adjustcolor("azure3", alpha.f = 0.3), border = NA)
995994

996995
# Overlay the lines after the rectangle

0 commit comments

Comments
 (0)