Write a script in Python where we are testing the expressionlevels of =10**4 genes for the difference between control anddisease. Let’s assume that logarithms of the gene expression levelsfollow a normal distribution. We expect that about 10 genes havedifferences in the expression level of one standard deviation, 100genes have differences of about 10% of the standard deviation, and1000 genes differ by about 1%. What sample sizes we need to findall the genes, in the first, second, and third classrespectively?
Expert Answer
Answer to Write a script in Python where we are testing the expression levels of =10**4 genes for the difference between contr…