Learn R Programming

PopGenome (version 1.2.6)

PG_plot.biallelic.matrix-methods: Plots the Biallelic Matrix

Description

This function plots the biallelic matrix of a specific region.

Usage

## S3 method for class 'GENOME':
PG_plot.biallelic.matrix(object,region, ind.names = FALSE , cex.axis = 0.5)

Arguments

object
object of class "GENOME"
region
the region id
ind.names
individual names. default:ALL
cex.axis
size of text (y-axis)

Examples

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

Run the code above in your browser using DataLab