Learn R Programming

pheno2geno (version 1.4.0)

plotChildrenExpression: Plotting routine for children expression data.

Description

Plots offspring gene expression data in comparison with founders data.

Usage

plotChildrenExpression(population, markers=1:100)

Arguments

population

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

markers

Numbers of markers to be plotted.

Value

None.

Details

Plots offspring expression data (boxplot) max value of parental expression (red triangle) min (blue triangle) and mean(line) for selected markers.

See Also

Examples

Run this code
# NOT RUN {
	data(testPopulation)
	### plotting only 10 markers for clearer image
	plotChildrenExpression(testPopulation,10:20)

# }

Run the code above in your browser using DataLab