
Plotting distribution of gene expression values of a single marker.
plotMarkerDistribution(population,marker,nrDistributions,logarithmic=FALSE)
An object of class population
. See create.population
for details.
Number or name of the marker to be printed.
Number of normal distributions to be fitted.
TRUE - log(data) is used instead of raw data.
None.
Plotting histogram out of gene expression data for a single marker and fitting specified number of normal distribution curves, using EM algorithm.
plotParentalExpression
- Plotting routine for parental gene expression data.
plotChildrenExpression
- Plotting routine for children gene expression data.
# NOT RUN {
data(testPopulation)
plotMarkerDistribution(testPopulation,2,2)
# }
Run the code above in your browser using DataLab