Data basics exercise answers: Difference between revisions

From 22126
Jump to navigation Jump to search
(Created page with "Answers: # S or L # X, I or J # X # Yes, quality scores picked from [<=>?@ABCDEFGHI], either very good quality (+33) or very poor (+64). # D = 68, 68-33 = 35, -> p[error] = 10^[-3.5] = 0.00031622776 = 1/3162 This really goes to show that having metadata from the sequencing run is essential for proper analysis.")
 
(No difference)

Latest revision as of 17:25, 19 March 2024

Answers:

  1. S or L
  2. X, I or J
  3. X
  4. Yes, quality scores picked from [<=>?@ABCDEFGHI], either very good quality (+33) or very poor (+64).
  5. D = 68, 68-33 = 35, -> p[error] = 10^[-3.5] = 0.00031622776 = 1/3162

This really goes to show that having metadata from the sequencing run is essential for proper analysis.