Tag:r
All the articles with the tag "r".
Parsing the VCF INFO string for key=value pairs with R tidyverse tools
Posted on:December 16, 2022 at 09:57 PMSafely splitting all of the INFO tags into key=value pairs is easy with stringr::str_split() in R. And tidyr::unnest() can magically create new columns from all the key names!