Entering edit mode
6.2 years ago
Gene_MMP8
▴
240
I have a list of strings of the format "c.2455C>T"
.
How can I extract the mutation type or the "C>T"
part from the string?
Like with most of your questions, you should start by showing some effort, like what you've tried and how your data look like. Are there edge cases like indels or in general cases where you have non 1vs1 nucleotide changes? Show an example (more than n=1) of the data. Brief Reminder On How To Ask A Good Question
Sorry about that. I have read the link you shared and will definitely consider them all while asking questions in the future.