Extract all snps of particular gene/genes from dbSNP using linux ?
How to extract all the snps of particular gene/genes from dbSNP database on linux (VEP or any other tool)?
snps
• 972 views
•
link
updated
by
cpad0112
•
written
by
Abdul Rafay Khan
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
NCBI gene Dabase info extration
written by Shahzad •Hi All I want to extract some information for about 2000 genes from NCBI gene database. i have GI and official gene symbols of these …
-
Add sample number/name column to VEP result
written by Abdul Rafay KhanIs there any way to add a sample number/name column to VEP result file when the merge vcf file of multiple samples is annotated with …
-
Principal components analysis of SNP data
written by Abdul Rafay KhanHow many minimum snps are required to get reliable results from principal components analysis?
-
Calculate the allele frequency of specific sub-population using VEP
written by Abdul Rafay KhanI have more than 800 snps with rs ids, i want to calculate the allele frequency of these snps in British (GBR) population from 1000 …
-
How to identify if certain recurrent SNPs in a given cancer are associated with the down regulation…
written by JJHi all, I am looking for some tools to identify if certain recurrent SNPs (not SNPs in the gene itself but in other genes) in …
-
SNP count per gene, without disease mutations and observation bias
written by Suicyte •Is there a painless way of compiling/estimating the number of SNPs per human gene, while excluding disease-associates SNPs ? Ideally, one would also compensate for …
-
Is there any tool to extract LD SNPs based on any other databases (except 1K database)?
written by bioinforesearchquestionsHello friends, I am trying to extract LD SNPs for 10 rsids in CEU population. I tried using Haploreg "http://archive.broadinstitute.org/mammals/haploreg/haploreg.php" to extract LD SNPs but …
-
ANNOVAR vs VEP
written by tonja.rI was comparing the results from ANNOVAR and VEP and what I found is that **gene-based vs transcript based** ANNOVAR (ENSEMBL ids) seems to output …
-
How to download and Install samtools on Linux?
written by Abdul Rafay KhanHow to download and Install samtools on Linux?
-
Dbsnp : Best Way To Obtain Data On Snps
written by Biomed<p>I have variations from different humans (next gen sequence). Some of these variations are known SNPs in the dbSNP database. I want to get more …
if you know the coordinates, you can extract the SNPs from dbSNP vcf direct using standard vcf formatting tools like bcftools.