Baselight

Pathogens, SFA Study

@owid.seattle_pathogens

Loading...
Loading...

About this Dataset

Pathogens, SFA Study

The mission of the Seattle Flu Alliance is to understand how respiratory viruses spread and evolve, sharing that knowledge to prevent illness and death. Studying these viruses helps researchers and public health organizations make decisions that protect the public’s health, like developing new vaccines or promoting social distancing. When we understand how viruses are transmitted, we can catch them earlier and slow their spread across the Seattle area. We envision our research contributing to healthier communities that are protected from the threat of new and evolving respiratory diseases.

The Seattle Flu Alliance is made up of leading researchers from The Brotman Baty Institute, UW Medicine, The Fred Hutchinson Cancer Center, Seattle Children’s, and the Fogarty International Center at the National Institutes of Health.

This dataset reports the percent of specimens with a detected respiratory pathogen, aggregated by week across Seattle Flu Study collection strategies. These results include both community and clinical samples, some of which are a part of contact testing. Proportions are not fully representative of what is happening across King County.

Tables

Pathogens, SFA Study

@owid.seattle_pathogens.owid_seattle_pathogens
  • 29.26 KB
  • 3969 rows
  • 6 columns
Loading...

CREATE TABLE owid_seattle_pathogens (
  "country" VARCHAR,
  "date" TIMESTAMP,
  "organism" VARCHAR,
  "present" INTEGER,
  "tested" INTEGER,
  "percentage" FLOAT
);

Pathogens, SFA Study

@owid.seattle_pathogens.owid_seattle_pathogens_month
  • 12.31 KB
  • 942 rows
  • 6 columns
Loading...

CREATE TABLE owid_seattle_pathogens_month (
  "country" VARCHAR,
  "date" VARCHAR,
  "organism" VARCHAR,
  "present_month" INTEGER,
  "tested_month" INTEGER,
  "percentage_month" FLOAT
);

Share link

Anyone who has the link will be able to view this.