EBSeq script to calculate differentially expressed contigs

Plot the image inside python using the following command. io.imshow(image) Turn-in: A screen capture of the image being plotted inside python. (2 pts) Next, let’s convert the image to grey-scale using the following. image = color.rgb2gray(image) Turn-in: A screen capture of the grey-scale image being plotted inside python. (2 pts) ................
................