Skip to content

Commit 9d9957e

Browse files
committed
Fix typo
1 parent c0a2a55 commit 9d9957e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ above_threshold_sites[1:10, :]
6262
```
6363
```
6464
10×5 DataFrame
65-
Row │ site positive_posterior purifying_posterior beta_posterior_mean alpha_pos_mean
65+
Row │ site positive_posterior purifying_posterior beta_posterior_mean alpha_posterior_mean
6666
│ Int64 Float64 Float64 Float64 Float64
6767
─────┼─────────────────────────────────────────────────────────────────────────────────────
6868
1 │ 1 0.00564089 0.985948 0.0126755 1.42783

src/FUBAR/FUBAR.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function FUBAR_tabulate_results(method::DefaultBayesianFUBARMethod, results::Bay
141141
positive_posterior=results.positive_posteriors,
142142
purifying_posterior=results.purifying_posteriors,
143143
beta_posterior_mean=results.beta_posterior_mean,
144-
alpha_pos_mean=results.alpha_posterior_mean)
144+
alpha_posterior_mean=results.alpha_posterior_mean)
145145

146146
if exports
147147
init_path(analysis_name)

0 commit comments

Comments
 (0)