##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## Sample = col_character(),
## `Variant Type` = col_character(),
## `Total #` = col_double()
## )
Sample | frameshift | missense | non_synonymous | synonymous |
---|---|---|---|---|
Sample_SW480_CDDP8W_IGO_10212_G_4 | 4 | 357 | 383 | 120 |
Sample_SW480_COMBO8W_IGO_10212_G_5 | 14 | 374 | 419 | 120 |
Sample_SW480_P0W_IGO_10212_G_1 | 2 | 247 | 265 | 89 |
Sample_SW480_P8W_IGO_10212_G_2 | 3 | 186 | 198 | 60 |
Sample_SW480_TMZ8W_IGO_10212_G_3 | 3 | 166 | 178 | 61 |
##
## ── Column specification ────────────────────────────────────────────────────────
## cols(
## cats = col_character(),
## comparison = col_character(),
## variant_type = col_character(),
## files = col_character()
## )