how to extract LOF variants from vcf file?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Extracting LOF variants and incidence from GnomAD for a list of genes
written by hello_bioinf •Hi all, I have a list of around 200 genes which I would like to observe in GnomAD v3.2.1 I want to see the general …
-
variant calling in mitochondria using whole genome sequencing
written by rezai performed variant calling in mitochondria using whole genome sequencing data by GATK UnifiedGenotyper. Genotype of some SNPs specially those are in D-loop region is …
-
how to extract gene name for LOF (loss of function) variants
written by rezahi everyone i annotated my VCF file using snpEff, now i want gene names for LOF (loss of function) variants. how can i do it? …
-
how to extract gene name for non-synonymous SNPs from annotated vcf file for GO analysis
written by rezahi everyone i have an annotated vcf file (using snpEff) and now i want to extract gene names for non-synonymous SNPs and then do GO …
-
Functional annotation of SNPs and genes containing nonsynonymous SNPs
written by rezahi everyone first question: i have a vcf file resulted from samtools, belonging to a mammalian that assembled in scoffold level. I annotated it and …
-
number of functions is more than namber of variants in snpEff's output
written by rezahi everyone i annotated my vcf file (resulted from samtools) using snpEff and output of snpEff confused me. in html output the "number of SNPs" …
-
Trimmomatic for RNA-seq or Whole genome seuencing or for both?
written by rezahi i want to use trimmomatic for trimming whole genome sequencing reads (illumina platform), But I've seen that trimmomatic mostly used in RNA-seq projects. my …
-
Methods to count Number of SNPs and Novel SNPs in a Variant Calling File (.vcf) ?.
written by ravi.uhdnisHi, I am looking for methods to count number of Single Nucleotide Polymorphism (SNPs) in a variant calling file (.vcf). Also, what are the ways …
-
How to extract Homozygote variants froma VCF format?
written by Parimala Devi<p>I am doing SNP analysis on whole genome <em>saccharomyces cerevisiae</em>. I want to segregate the homozygote variants from the heterozygote variants. How do I go …
-
calculate the number of Non-Synomous and Synonymous SNP sites
written by upendrakumar.devisettyHi, I have a VCF containing the SNP information between the two genotypes of interest and using that VCF and i have annotated the SNPs …
search this site for SNPEff and / or VEP
See the Variant Effect Predictor from Ensemble. An awesome tool, but a bit bulky and tricky at times. Did cost me a lot of nerves but I think well worth it. Here are the docs, come back if you have questions.
i annotated vcf file using snpeff but i do not now how find LOFs
i found that i must add -lof option to my command to vcf annotation as following:
java -jar snpEff.jar eff -v -lof BB_12 WC247_final_snps.vcf > WC247_final_snps_lof.vcf
but there is no LOF tags in INFO fields. what part of my work is fault? it is worth to mention that building of database for annotation done by myself in snpEff.