grid2d | R Documentation |
This function build 2-d grids
grid2d(
chrlen,
plot = TRUE,
cex.labels = 0.6,
xlab = "QTL position",
ylab = "Gene position"
)
chrlen |
Lengths of chromosomes; e.g., hg18, hg19 or hg38. |
plot |
A flag for plot. |
cex.labels |
A scaling factor for labels. |
xlab |
X-axis title. |
ylab |
Y-axis title. |
A list with two variables:
n Number of chromosomes.
CM Cumulative lengths starting from 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.