powered by
Plots offspring gene expression data in comparison with founders data.
plotChildrenExpression(population, markers=1:100)
An object of class population. See read.population for details.
population
read.population
Numbers of markers to be plotted.
None.
Plots offspring expression data (boxplot) max value of parental expression (red triangle) min (blue triangle) and mean(line) for selected markers.
plotParentalExpression - Plotting routine for parental gene expression data.
plotParentalExpression
plotMarkerDistribution - Plotting gene expression data for a single marker.
plotMarkerDistribution
# NOT RUN { data(testPopulation) ### plotting only 10 markers for clearer image plotChildrenExpression(testPopulation,10:20) # }
Run the code above in your browser using DataLab