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
• 814 views
•
link
updated
by
GenoMax
•
written
by
shabbas12 •
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 •Please 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 …
-
Discrepancy between the downloaded clinvar, dbNSFP and website
written by MAPK2 •Hi All, I encountered discrepancies in clinvar annotations, leading to inconsistencies: 1. Discrepancies between locally downloaded datasets from clinvar and dbNSFP_CLINSIG and their respective web …
-
Annotation for non-coding pathogenic variants in humans
written by manaswwmHello all, I am exploring ClinVar database from NCBI that catalogues clinical variants for humans. As I understand, most of these variants are annotated in …
-
Finding Variants Unique to a Subset of Samples in a Multi-Sample VCF File
written by Abhishek •Hey! I am currently trying to filter a multi-sample VCF file containing data from 1035 samples. My aim is to identify variants that are present …
-
ClinVar Summary vs. VCF
written by arielThe [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 ChvatilHello 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 •Hello, 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 abascalfedericoDoes 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<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 …
-
Where Can I Find Data Sets Of Cancer Publicly Available?
written by Pascal<p>Hi </p> <p>Where could I find data sets of cancer pairs (tumor/normal genome) publicly available?</p> <p>I would like to test some tools of variants detection …
Get a BED file of the promoter regions and then use
bedtools intersect(https://bedtools.readthedocs.io/en/latest/content/tools/intersect.html ).