How To Format Somatic Mutations For Sift Annotation
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Obtaining a BED/GTF from Ensembl
written by joe_genome •I’m currently working on setting up a variant calling workflow using bcftools mpileup and wanted to incorporate a repeat annotation file (in BED or GTF …
-
Met 500 data
written by maryak •I am working with Met 500 dataset on there website following data is available for download : On this page, you can download MET500 datasets: …
-
Create VCF file to use as input for SIFT
written by Ngrin •Hello, I am working on GSE11417 dataset on GEO. I would like to annotate the variants of this dataset using SIFT. Since this tool accepts …
-
question about Mutation Annotation Format (MAF) variant classifications
written by Charles Murtaugh •I am working with some Mutation Annotation Format (MAF) files downloaded from ICGC (well, not directly downloaded, but downloaded as “simple somatic mutation format" files …
-
Digital PCR: Which company primers and probes do you use?
written by HH •Dear, all I will start working on the mutation detection by using digital PCR technique. Since it is difficult to try many kinds of product, …
-
How to perform GWAS for mapping plant disease resistant gene?
written by anikduttapotol •Hello, My name is Anik. I am new to this website. I want to perform genome-wide association mapping for plant disease-resistant genes. Since this field …
-
(SIFT, Polyphen, PROVEAN) vs. (ANNOVAR) vs. (LOFTEE)
written by genetic •Hello, I am working on functional annotation of my exome-chip variants. I am not sure what are the differences using annotation from (SIFT, Polyphen, PROVEAN) …
-
Difference Between SNP and Single Point Mutation in Cancer
written by Irmak •I am working on breast cancer and try to detect somatic point mutation in FFPE samples. I am just confused about defining somatic point mutation …
-
What is your preferred annotation techniques when you analyze mutation in exome seq?
written by mangfu100When I analyze somatic mutations, I usually judge them according to many annotation filters such as conserved genomic regions, segmental_duplications and integrated databases (cosmic). Especially, …
-
Help In Writing A Perl Script To Call Somatic Variants
written by shilpy •<p>The script should take 2 input vcf files(normal & tumor) and a output file.If a specific variant is found at a position in the tumor …
@shilpy: be clear with your question. what you want to achieve give example input and potential output... so that other can give you suggestions
here are some input formats: http://provean.jcvi.org/help.php#genome_input_format ; http://sift.jcvi.org/www/chr_coords_example.html ..few more here http://sift.jcvi.org/
INPUT: The script should take as input 2 vcf files (1 from normal and 1 from tumor sample) and an output file name. The script will read in the filtered vcf files generated above.