Skip to content

Commit 9f218af

Browse files
authored
Fix typos in sample report (#31)
1 parent e3f378c commit 9f218af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reports/sample.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ variants %>% count(Filter_Label) %>%
206206
207207
```
208208

209-
### Variants and Hetroplasmies
209+
### Variants and Heteroplasmies
210210

211211
Detected **`r variants %>% filter(Type == 1) %>% nrow()` variants**, **`r variants %>% filter(Type == 2) %>% nrow()` heteroplasmies** and **`r variants %>% filter(Type == 3) %>% nrow()` InDels**.
212212

@@ -234,7 +234,7 @@ variants %>%
234234
```
235235

236236

237-
### Paramteres and Software Version
237+
### Parameters and Software Version
238238

239239
```{r}
240240
pipeline_params %>%

0 commit comments

Comments
 (0)