Question
4. Plotting gene expressions for CCND3. Use the gene expressions from CCND3 (Cyclin D3) of Golub et al. (1999) collected in row 1042 of the
4. Plotting gene expressions for CCND3. Use the gene expressions from CCND3 (Cyclin D3) of Golub et al. (1999) collected in row 1042 of the matrix golub from the multtest library. Use grep() to get the correct row for the CCND3 (Cyclin D3) gene expression values. After using the function plot(), you will produce an object on which you can program. (a) Produce a so-called stripchart for the gene expressions separately for the ALL as well as for the AML patients. Hint: Use factor() to separate the data between the two categories. (b) Rotate the plot to a vertical position and keep it that way for the questions to come. (c) Color the ALL expressions red and AML blue. Hint: Use the col parameter. (d) Add a title to the plot. Hint: Use the title() function. (e) Change the boxes into stars. Hint 1: Use the pch parameter. Hint 2: Using your favorite text editor, save the final script for later use.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started