Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
r_test [2019/07/12 00:19] – [Question 2:] adminr_test [2019/07/26 01:55] – [Question 2:] admin
Line 35: Line 35:
  
 \\ \\
-**B)** Let's define the //impact// of a set of genes to be the p-value of a log-rank test with the null hypothesis that when all of these genes are mutated together, the survival does not change. Write a function ''most.impact()'' that takes as input two ''k1'' and ''n1'' integers, and in the list of ''n1'' most mutated genes, finds the names of the ''k1'' genes with the best impact. Your function should return the names of the best ''k1'' genes, and also their impact. Run your function for ''k1=3'', and ''n1=3'', ''10'', and ''100''. What the biological interpretation of your results?+**B)** Let's define the //impact// of a set of genes to be the p-value of a log-rank test with the null hypothesis that when all of these genes are mutated together, the survival does not change. Write a function ''most.impact()'' that takes as input two ''k1'' and ''n1'' integers, and in the list of ''n1'' most mutated genes, finds the names of the ''k1'' genes with the best impact. Your function should return the names of the best ''k1'' genes, and also their impact. Run your function for ''k1=3'', and ''n1=3'', ''10'', and ''100''. What is the biological interpretation of your results?
  
 __Hint:__ Use the ''utils::c?m?n()'' function, where you need to guess the question marks. __Hint:__ Use the ''utils::c?m?n()'' function, where you need to guess the question marks.