Skip to content

Commit

Permalink
fix this silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 22, 2024
1 parent b7668ae commit 01b1f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/reports/impute.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ gcts_long$Conversion <- gsub("Het","Heterozygote", gcts_long$Conversion)
gcts_long$Conversion <- gsub("RefHom","Homozygous Ref", gcts_long$Conversion)
gcts_long$Conversion <- gsub("missing","not imputed", gcts_long$Conversion)
```
```{r per_indiv, echo = FALSE, message = FALSE, warning = FALSE,fig. height=figheight, out.width = "100%"}
```{r per_indiv, echo = FALSE, message = FALSE, warning = FALSE, fig.height=figheight, out.width = "100%"}
hchart(gcts_long, "bar", hcaes(x = sample, y = Count, group = Conversion), stacking = "normal", animation = F) |>
hc_colors(c("#7cb3d4", "#b18ad1", "#ffd75f", "#6f6c70")) |>
hc_title(text = "Missing Genotype Imputations") |>
Expand Down

0 comments on commit 01b1f6c

Please sign in to comment.