Learn R Programming

pheno2geno (version 1.4.0)

plotMarkerDistribution: plotMarkerDistribution

Description

Plotting distribution of gene expression values of a single marker.

Usage

plotMarkerDistribution(population,marker,nrDistributions,logarithmic=FALSE)

Arguments

population

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

marker

Number or name of the marker to be printed.

nrDistributions

Number of normal distributions to be fitted.

logarithmic

TRUE - log(data) is used instead of raw data.

Value

None.

Details

Plotting histogram out of gene expression data for a single marker and fitting specified number of normal distribution curves, using EM algorithm.

See Also

Examples

Run this code
# NOT RUN {
	data(testPopulation)
	plotMarkerDistribution(testPopulation,2,2)
# }

Run the code above in your browser using DataLab