read.maf: duplicate variants removed? #1021
-
Hello there, I read them and merge using maftools' utility. When the merge is complete I get message that XX number of duplicate variants are removed. I'd like to know what's causing it to remove. As I understand there are different samples across in the cohort; they may have same SNP but why are they excluded and are considered duplicates?
maftools v2.18.0 Let me know if any other details are needed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Variants are considered duplicates if they occur more than once within the same sample. Here is how they are identified an removed. It might be the case that the same variant is being assigned to multiple transcripts - and hence are identified as duplciates. You can turn off with I hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi,
Variants are considered duplicates if they occur more than once within the same sample. Here is how they are identified an removed.
It might be the case that the same variant is being assigned to multiple transcripts - and hence are identified as duplciates. You can turn off with
removeDuplicatedVariants = FALSE
inread.maf()
I hope this helps.