convert_locations_to_MM_vector(
"GGCGGCGGCGGC",
locations = c(3, 6, 9, 12),
target_base = "C"
)
convert_locations_to_MM_vector(
"GGCGGCGGCGGC",
locations = c(1, 4, 7, 10),
target_base = "G"
)
convert_locations_to_MM_vector(
"GGCGGCGGCGGC",
locations = c(1, 2, 4, 5, 7, 8, 10, 11),
target_base = "G"
)
Run the code above in your browser using DataLab