View source: R/readVcfFields.R
getInfoValues | R Documentation |
Get values from INFO field
getInfoValues(v, keys)
v |
A character vector of the INFO field, with each item being a line of the INFO field |
keys |
A character vector of the names of the INFO field values to retrieve |
A character vector (if 1 key was provided) or dataframe (if >1 key was provided) containing the key names and corresponding values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.