gatk icon indicating copy to clipboard operation
gatk copied to clipboard

Can funcotator remove mutation data from dbsnp

Open lh12565 opened this issue 1 year ago • 0 comments

Hi, I use funcotator to call somatic mutations as below:

gatk Funcotator \
-R $ref/Homo_sapiens_assembly38.fasta \
-V ../${array[1]}.filter.vcf \
-O ${array[1]}.maf \
--output-file-format MAF \
--data-sources-path Funcotator_data/funcotator_dataSources.v1.7.20200521s/ \
--ref-version hg38 \
--annotation-default tumor_barcode:${array[1]} \
--annotation-default normal_barcode:${array[0]} 
done

Can funcotator remove the mutation data in dbsnp by default? or I need extra removal? Is there a parameter to remove these mutations? Thanks!

lh12565 avatar Dec 29 '23 05:12 lh12565