Last chance! 50% off unlimited learning
Sale ends in
Plots parental gene expression data.
plotParentalExpression(population, markers=1:100, groupLabels=c(0,0,1,1))
An object of class population
. See create.population
for details.
Numbers of markers to be plotted.
Specify which column of parental data belongs to group 0 and which to group 1.
None.
Plots parental gene expression data in two colors (two parental groups) and mean of values for each marker.
plotChildrenExpression
- Plotting routine for children gene expression data.
plotMarkerDistribution
- Plotting gene expression data for a single marker.
# NOT RUN {
data(testPopulation)
### plotting
plotParentalExpression(testPopulation)
# }
Run the code above in your browser using DataLab