1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. RNA-Seq with Bioconductor in R

Connected

अभ्यास

DESeq2 significant results

NOTE: It may take a bit longer to load this exercise.

Now let's extract the significant results! Assume that we have the extracted results from the previous exercise, smoc2_res.

निर्देश

100 XP
  • Save the results, smoc2_res, as a data frame using the data.frame() function on the results object.

  • Extract the significant genes with p-adjusted values less than 0.05 (the alpha value) using the subset() function.