mutation_types {MutationalPatterns} | R Documentation |
This function has been renamed. Use 'mut_type' instead.
mutation_types(vcf)
vcf |
A GRanges object. |
Character vector with base substitution types
## See the 'read_vcfs_as_granges()' example for how we obtained the ## following data: vcfs <- readRDS(system.file("states/read_vcfs_as_granges_output.rds", package="MutationalPatterns")) mut_type(vcfs[[1]])