Description Usage Arguments Examples
This function plots the biallelic matrix of a specific region.
1 2 3 | ## S4 method for signature 'GENOME'
PG_plot.biallelic.matrix(object,region, ind.names = FALSE , cex.axis = 0.5,
title="")
|
object |
object of class |
region |
the region ID |
ind.names |
individual names/IDs. default:ALL |
cex.axis |
size of text (y-axis) |
title |
Title of the plot |
1 2 | # GENOME.class <- readData("...\Alignments")
# PG_plot.biallelic.matrix(GENOME.class, region = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.