Skip to content

Commit

Permalink
Update layout.json
Browse files Browse the repository at this point in the history
adding Flu A and B
  • Loading branch information
poeli authored Feb 1, 2025
1 parent b285a8d commit 98db520
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion wastewater_qpcr_app/assets/data/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,25 @@
"plot_xaxis_title": "Date",
"plot_yaxis_title": "Norovirus Virions / L",
"pathogen": "Norovirus"
},
{
"title": "Concentration of Influenza A in LANL wastewater",
"description": "Live qPCR Daily Trend. F3: RNA extracted from the filter that the supernatant from centrifuging WW passed through.",
"plot_data_tsv": "assets/data/LIVE-flu-A.tsv",
"plot_std_tsv": "assets/data/LIVE-flu-A-std.tsv",
"plot_title": "Concentration of Influenza A in LANL wastewater",
"plot_xaxis_title": "Date",
"plot_yaxis_title": "Influenza A Virions / L",
"pathogen": "Influenza A"
},
{
"title": "Concentration of Influenza B in LANL wastewater",
"description": "Live qPCR Daily Trend. F3: RNA extracted from the filter that the supernatant from centrifuging WW passed through.",
"plot_data_tsv": "assets/data/LIVE-flu-B.tsv",
"plot_std_tsv": "assets/data/LIVE-flu-B-std.tsv",
"plot_title": "Concentration of Influenza B in LANL wastewater",
"plot_xaxis_title": "Date",
"plot_yaxis_title": "Influenza B Virions / L",
"pathogen": "Influenza B"
}
]
]

0 comments on commit 98db520

Please sign in to comment.