We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d175b24 commit 7b8ac64Copy full SHA for 7b8ac64
1 file changed
malariagen_data/anoph/frq_base.py
@@ -339,7 +339,11 @@ def plot_frequencies_heatmap(
339
A plotly figure containing line graphs. The resulting figure will
340
have one panel per cohort, grouped into columns by taxon, and
341
grouped into rows by area. Markers and lines show frequencies of
342
- variants.
+ variants. Error bars represent 95% confidence intervals for the
343
+ frequency estimates, calculated using the Wilson score method via
344
+ `statsmodels.stats.proportion.proportion_confint()`. The error bars
345
+ are asymmetric, with upper and lower bounds that may differ from
346
+ the point estimate by different amounts.
347
""",
348
)
349
def plot_frequencies_time_series(
0 commit comments