91³Ô¹ÏÍø

Watch CBS News

Bay Area Bio-Tech Firms Take Lead In Fight Against Coronavirus

REDWOOD CITY (KPIX 5) -- A number of Bay Area biotech companies are working at the forefront of efforts to combat the novel coronavirus.

"All of these people are working on this mission impossible," said Hesaam Esfandyarpour, the CEO of GenapSys in Redwood City.

The company is testing a new and portable electronic device for DNA sequencing. The device promises to quickly and accurately detect the sequence of the DNA of the novel coronavirus.

"DNA sequencing is effectively the process of reading the code of the DNA. You have the double helix DNA and the ATCG's and you want to read what the makeup of the DNA is," said Esfandyarpour.

GenapSys has shrunk the normally refrigerator size DNA sequencing devices into a new form factor that fits into a backpack.

It uses the power of modern microprocessors, instead of bulky optics or lasers, to electronically detect and analyze strains or mutations of the virus.

"It's showing you molecular level information. Really detailed information on what's going on," explained Esfandyarpour. "And you can use that to develop vaccines and the treatment for that, and of course for screening and detection purposes."

GenapSys is currently in talks with the Chinese Centers for Disease Control to have several devices shipped overseas to support emergency efforts on the ground there.

Meanwhile, doctors at UCSF are working with Mammoth Biosciences in South San Francisco to simplify the diagnostic test for novel coronavirus, which could soon be used in walk in clinics.

"We want to make it a single reaction that can be run in a tube and we want to make the read out similar to a urine pregnancy test where you have a color change to confirm whether or not a patient was infected," said Dr. Charles Chiu.

The -- including one in Richmond -- to test for the novel coronavirus.

Until now, samples had to be sent to a lab in Atlanta, which could take a week to provide results. The new procedure could get results back to California doctors and patients in two days.

The California labs will be able to begin testing on Wednesday.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });