This function build 2-d grids
grid2d(
chrlen,
plot = TRUE,
cex.labels = 0.6,
xlab = "QTL position",
ylab = "Gene position"
)
A list with two variables:
n Number of chromosomes.
CM Cumulative lengths starting from 0.
Lengths of chromosomes; e.g., hg18, hg19 or hg38.
A flag for plot.
A scaling factor for labels.
X-axis title.
Y-axis title.