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
markers
Numbers of markers to be plotted.
groupLabels
Specify which column of parental data belongs to group 0 and which to group 1.
Details
Plots parental gene expression data in two colors (two parental groups) and mean of values for each marker.
Examples
Run this code# NOT RUN {
data(testPopulation)
### plotting
plotParentalExpression(testPopulation)
# }
Run the code above in your browser using DataLab