Clinvar Filter
I have downloaded the complete .vcf file for human genome (GRCh38) from [Clinvar][1]. I want to filter all the variants only from promoter regions. Could anyone please let me know how I can achieve this same results using R or any other available tools?
human
genome
vcf
clinvar
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Need suggestions for ROC Curve in R
written by shabbas12 1Please suggest how to plot ROC curve in R from below data, I have CSV file, Example ![enter image description here][1] Data in column 2 …
-
Variant calling from Mitochondrial Genome
written by adarsh 8Hi, I was trying out a variant caller for mitochondrial genome : https://github.com/KCCG/mity I would like to know about other good tools that are available …
-
How to separate plasmid from whole complete genome
written by Neel 2Hi, actually i had download complete genome from ncbi and few of genome has plasmid, i don't know how to remove it, if anyone know …
-
Annotate Structural variants with population specific allele frequency values
written by prasundutta87 73Hi, Has anyone tried filtering structural variants (SV) based on population specific allele frequency (AF) values (for example gnomAD-SV or phase 3 1000 genome SV)? …
-
How to extract regions from abed file based on variants in vcf file
written by Kash 11Hi everyone, I have a vcf file and a bed file which contains region information for some of the variants in vcf file. I want …
-
ClinVar Summary vs. VCF
written by ariel 25The [clinvar FTP site](https://ftp.ncbi.nlm.nih.gov/pub/clinvar/) has two files that contain variant annotations: * "tab_delimited/variant_summary.txt.gz" * "vcf_GRCh37/clinvar.vcf.gz" The summary table contains variants from multiple assemblies. However, if …
-
Dowload Structural variant VCF file from 1000genome website
written by Chvatil 14Hello everyone, I have just mapped reads from a human genome: **HG00157** against the reference genome : **GRCh38** Do you know where I can find …
-
How to find out whether Chip-seq peaks falls within promoter or enhancer region of gene?
written by crazyscientist 1Hello, I have analyzed the ChIP-seq data. I have used MACS2 for peak calling. In result of that, I have data with the peaks and …
-
List of CNV (copy number variation) regions in the human genome
written by abascalfederico 123Does anyone know where could I find a comprehensive list of human CNV regions? I am working with 1000G variants and want to filter out …
-
Phastcons 46-Way Alignments To Annotate Variants That Fall Within Conserved Genomic Regions
written by ivivek_ngs 522<p>Dear All,</p> <p>I am trying to annotate variants that fall within the conserved genomic regions with annovar script annotate_variation.pl. I have downloaded by the database …
Get a BED file of the promoter regions and then use
bedtools intersect(https://bedtools.readthedocs.io/en/latest/content/tools/intersect.html ).