Instructions [1 mark]

Submit your answers as a single rmarkdown file. Please ensure that your student number appears in the file name.

Question 1 [6 marks]

*Transcripts for question 1, with different transcription start sites but the same termination site. The direction of transcription is shown by the arrows*

Transcripts for question 1, with different transcription start sites but the same termination site. The direction of transcription is shown by the arrows

Our gene of interest has two possible transcripts, A and B. The shorter transcript (B) is 400bp long, whilst the longer transcript (A) is 1200bp long. In our RNA Seq experiment using 150bp single-end reads, we observed 100 reads in each of our two conditions, however:

  1. Would you consider this gene to be differentially expressed? Explain your reasoning.
  2. Imagine these same samples were hybridised to Affymetrix 3’ Microarrays, and note that these transcripts terminate in the same 3’ exons. Would you expect to see differential expression in this microarray experiment? Why, or why not?
  3. Describe a pair of hypothetical transcripts where a 3’ microarray would be able to detect differential transcript usage?

Question 2 [7 marks]

Ensure you include your R code for any calculations in this question.

For the following table, our mRNA of interest is from FOXO1, and we have used ACTB as the housekeeper.

  1. Calculate the \(\Delta C_T\) value for each replicate and treatment.
Replicate Group \(C_T\) FOXO1 \(C_T\) ACTB \(\Delta C_T\)
Replicate 1 Treated 21.2 7.1
Replicate 1 Control 19.7 7.3
Replicate 2 Treated 19.3 6.6
Replicate 2 Control 17.3 6.7
Replicate 3 Treated 22.5 8.7
Replicate 3 Control 19.9 8.7
  1. Was FOXO1 or ACTB more abundant in the original samples? Explain in reference to \(C_T\) values.
  2. Now calculate the \(\Delta \Delta C_T\) values for each replicate
Replicate \(\Delta \Delta C_T\)
Replicate 1
Replicate 2
Replicate 3
  1. Conduct a \(T\)-test on the \(\Delta \Delta C_T\) values using R
  2. Referring to the above results, do you think FOXO1 was up or down regulated in the treated samples?

Question 3 [6 marks]

Discuss 3 advantages that RNA-Seq data has over microarray data.