PG_plot.biallelic.matrix: Plot the biallelic matrix

Description Usage Arguments Examples

Description

This function plots the biallelic matrix of a specific region.

Usage

1
2
3
## S4 method for signature 'GENOME'
PG_plot.biallelic.matrix(object,region, ind.names = FALSE , cex.axis = 0.5,
title="")

Arguments

object

object of class "GENOME"

region

the region ID

ind.names

individual names/IDs. default:ALL

cex.axis

size of text (y-axis)

title

Title of the plot

Examples

1
2
# GENOME.class <- readData("...\Alignments")
# PG_plot.biallelic.matrix(GENOME.class, region = 1)

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.