Learn R Programming

PopGenome (version 2.7.5)

PG_plot.biallelic.matrix-methods: Plot the biallelic matrix

Description

This function plots the biallelic matrix of a specific region.

Usage

# S4 method for 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

Run this code
# NOT RUN {
# GENOME.class <- readData("...\Alignments")
# PG_plot.biallelic.matrix(GENOME.class, region = 1)

# }

Run the code above in your browser using DataLab