Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double base substitutions annotation #102

Open
andreyurch opened this issue Nov 7, 2024 · 1 comment
Open

Double base substitutions annotation #102

andreyurch opened this issue Nov 7, 2024 · 1 comment

Comments

@andreyurch
Copy link

Dear Inigo,

I found the following message while running the tools: "Mutations observed in contiguous sites within a sample. Please annotate or remove dinucleotide or complex substitutions for best results." I do have many double-base substitutions (due to skin cancer samples). I can annotate them, but how should I provide the file to the tool afterwards.

Best regards,
Andrey

@im3sanger
Copy link
Owner

Hi Andrey,

Thanks. Say that you have a double base substitution currently annotated as follows:

sampleID chr pos ref mut
Sample1 X 10023 C T
Sample1 X 10024 A T

If you input this as two mutations, dndscv will count them as two independent mutations, which is not correct if they are a double-base substitution (a single mutational event). Counting them as two independent events could lead to a likely modest inflation of the significance of the gene (if the mutations are non-synonymous) or inflation of the mutation rate overdispersion (if they are synonymous). Instead, you can input the double base substitution above as follows:

sampleID chr pos ref mut
Sample1 X 10023 CA TT

Hope it helps,
Inigo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants