Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Mar 29, 2024
1 parent 4adad98 commit c53c87a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 217 deletions.
2 changes: 1 addition & 1 deletion omics/kelly/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ View `vfa_delta` to check it looks like `vfa_cummul`
g/l \* 0.001 \* MW):

```{r}
#| echo: false
vfa_delta <- vfa_delta |>
left_join(mol_wt, by = "vfa") |>
mutate(conc_g_l = conc_mM * 0.001 * mw)
Expand Down
Loading

0 comments on commit c53c87a

Please sign in to comment.