plot.GenomicHaplotype {genomic}R Documentation

Generic Methods for genomic haplotype data

Description

Methods to plot and summaries genomic data

Usage

plot.GenomicHaplotype(a,extralabel,extramat)

Arguments

a An object that constains a matrix d, and optionally a vector of locations
extralabel A vector with length the same as number of rows of d which indicates the rows that will be coloured in the plot
extramat A matrix of boolenas that shows which set of points to colour (provided that the value f d is 0).

Value

not return value

Author(s)

Ian J Wilson <I.J.Wilson@ncl.ac.uk

See Also

Examples

data(sim1)
plot(sim1)
ex <- c(rep(0,35),rep(1,3),rep(0,22))
plot(sim1,extralabel=ex)

[Package genomic version 1.0 Index]