-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrna-quantification.html
More file actions
178 lines (165 loc) · 10.4 KB
/
rna-quantification.html
File metadata and controls
178 lines (165 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RNA Quantification Reagent - Rob Tapella</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="header">
<a href="index.html" class="logo">ROB TAPELLA</a>
<nav class="nav">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT</a>
<div class="dropdown">
<a href="#" class="dropbtn active">WORK</a>
<div class="dropdown-content">
<a href="methane.html">Methane Map Web Site</a>
<a href="data-dashboard.html">DNA Sequencing Data Dashboard</a>
<a href="rna-quantification.html" class="active">RNA Quantification Reagent</a>
<a href="service-map.html">Service Journey Map</a>
</div>
</div>
</nav>
</header>
<!-- Hero Section with Image -->
<div class="hero-image-container">
<img src="images/tmfv-workflow.png" alt="RNA Quantification Workflow" class="hero-image">
<div class="hero-overlay">
<h1>RNA Quantification Reagent</h1>
</div>
</div>
<div class="grid-container">
<!-- Left Sidebar -->
<aside class="left-sidebar">
<div class="content-section">
<h2 class="section-title">MY ACTIVITIES</h2>
<div class="section-content">
<ul>
<li>Product manager</li>
<li>User research</li>
<li>Survey development and analysis (Kano and RSOR)</li>
<li>Requirements</li>
<li>Test site management</li>
<li>Pricing and positioning</li>
<li>Sales training</li>
</ul>
</div>
</div>
<div class="content-section">
<h2 class="section-title">TOOLS</h2>
<div class="section-content">
<ul>
<li>Spreadsheets for survey analysis</li>
<li>Sticky notes and whiteboards for brainstorming</li>
<li>DOORS for requirements management</li>
</ul>
</div>
</div>
</aside>
<!-- Main Content -->
<main class="main-content">
<div class="content-section">
<!-- Title removed from here as it's now in the hero section -->
<div class="section-content">
<p>At Applied Biosystems, I managed a product line of real-time PCR reagents used to detect and
quantify RNA. One major application of the technology is to quantify viral RNA for research.</p>
<p>At the time, many customers were using products in the portfolio I managed for research on
viruses, but we did not have a great understanding of the specific needs of this customer base,
nor did we have a product that was designed to address challenges of these customers.
Competitive pressures posed a concern, so a project was started to develop a reagent* product
for this market segment.</p>
<p><small>* A reagent is a mix of chemicals and enzymes that are designed to perform a specific
reaction when used with a specific type of analytical instrumentation. In this case it finds
a specific RNA sequence in a biological sample, converts it into DNA, and then replicates
the DNA copy billions of times so that it can be detected with fluorescent dyes.</small></p>
</div>
</div>
<div class="content -section">
<h2 class="section-title">IMPACT</h2>
<div class="section-content">
<p>The TaqMan Fast Virus Master Mix was launched successfully and was designed to specifically
address challenges that researchers face while studying RNA viruses—for example, samples with
viruses are often harvested from environmental samples such as from plants, or from animal
samples such as blood. These types of biological sample tend to have a variety of chemicals that
negatively impact the performance of the technology used to detect the virus.</p>
<p>The <a
href="https://www.thermofisher.com/content/dam/LifeTech/Documents/PDFs/PG1503-PJ9169-CO019901-Update-branding-TaqMan-Fast-Virus-1Step-MasterMix-Americas-FHR.pdf">product
positioning [PDF brochure]</a> and sales training focused on the benefit messages that
were driven directly by the user research performed during the project.</p>
<p>This product has a derivative—called TaqPath 1-Step Multiplex Master Mix—that is part of the
SAR-CoV-2 (COVID) detection assay [<a href="https://www.fda.gov/media/139743/download">PDF</a>]
created by the US CDC <a
href="https://clinician.nejm.org/pcr-assays-sars-cov-2-testing-tests-nejm-jw.NA51583">"gold
standard" RT-qPCR test</a>. Part
of the initial product requirements included being sure that production of components could be
scaled up quickly in manufacturing.</p>
</div>
</div>
<div class="project-image-container">
<img src="images/tmfv-box-tx.png" alt="TaqMan Fast Virus Master Mix product packaging"
class="project-image">
<p class="image-caption">A photo of the product as it was released. Photo from the <a
href="https://www.thermofisher.com/content/dam/LifeTech/Documents/PDFs/PG1503-PJ9169-CO019901-Update-branding-TaqMan-Fast-Virus-1Step-MasterMix-Americas-FHR.pdf">(PDF)
product brochure.</a></p>
</div>
<div class="content-section">
<h2 class="section-title">PROCESS AND ARTIFACTS</h2>
<div class="section-content">
<p>User research interviews and observations were conducted with a variety of researchers studying
viruses. The transcripts of the interviews were then analyzed for expressed and implicit needs,
and a <a
href="https://www.pragmaticinstitute.com/resources/articles/product/prioritizing-software-requirements-with-kano-analysis/">Kano
survey</a> was developed to
evaluate how the user needs related to product performance.
</p>
<p>The user research and survey analysis that we used was heavily influenced by <a
href="https://books.google.com/books?id=2nDzNk5k7kQC&printsec=frontcover#v=onepage&q&f=false">Market-Driven
Product Definition</a>. It is very similar to a typical UX process, but it relies more on
survey
follow-up analysis rather than a qualitative prototype feedback-loop and usability testing. Of
course all of the specific methods are compatible with—and can reinforce— each other.</p>
<p>Based on the understanding of the user base, requirements for performance and usability were then
created. Performance benchmarks against competing products were used to help set threshold
values for quantitative requirements. An intensive process of product feature brainstorming was
conducted in order to expand the team's typical range of options for designing this type of
product. This product incorporated several formulation and format innovations that were novel
within our product line, as well as technology innovations in component chemistry and enzymes to
meet the performance requirements.</p>
<p>Product performance was tested repeatedly with beta-test sites to make sure that the reagent
optimized in the lab would work in a "real" environment.</p>
</div>
</div>
<div class="project-image-container">
<img src="images/tmfv-Kano_model_showing_transition_over_time.png"
alt="Kano model showing transition over time" class="project-image">
<p class="image-caption">A visual description of the Kano-survey results. By Craigwbrown (Own work) [CC
BY-SA 3.0], via Wikimedia Commons.</p>
<p class="image-caption"><em>Actual results are proprietary, so I provided this image for illustrative
purposes.</em></p>
</div>
</main>
<!-- Right Sidebar -->
<aside class="right-sidebar">
<div class="content-section">
<h2 class="section-title">ADDITIONAL INFO</h2>
<div class="section-content">
<p>Applied Biosystems is now a part of Thermo Fisher Scientific.</p>
<p>The web page for the product described in this project is found <a
href="https://www.thermofisher.com/order/catalog/product/4444434" target="_blank">here</a>.
</p>
<p>As product manager, I was responsible for the product vision, business plan, and requirements,
and for connecting with customer test sites. I also managed the pricing, discounting,
positioning and product marketing and sales training.</p>
</div>
</div>
</aside>
</div>
<script src="js/script.js"></script>
<script src="js/dropdown.js"></script>
</body>
</html>