Learn R Programming

pheno2geno (version 1.4.0)

plotParentalExpression: Plotting routine for parental expression data.

Description

Plots parental gene expression data.

Usage

plotParentalExpression(population, markers=1:100, groupLabels=c(0,0,1,1))

Arguments

population

An object of class population. See create.population for details.

markers

Numbers of markers to be plotted.

groupLabels

Specify which column of parental data belongs to group 0 and which to group 1.

Value

None.

Details

Plots parental gene expression data in two colors (two parental groups) and mean of values for each marker.

See Also

Examples

Run this code
# NOT RUN {
	data(testPopulation)
	### plotting 
	plotParentalExpression(testPopulation)
# }

Run the code above in your browser using DataLab