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
• 973 views
•
link
updated
by
cpad0112
2.1K
• |
written
by
Abdul Rafay Khan
122
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to Identify set of associated SNPs with single SNP using 1001 genomes
written by ES.67 2Dear all, In the check up of aligned sequences from 1000 Arabidopsis GP for a gene of interest, one particular SNP was found in a …
-
NCBI gene Dabase info extration
written by Shahzad 3Hi 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 Khan 122Is 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 …
-
Calculate the allele frequency of specific sub-population using VEP
written by Abdul Rafay Khan 122I 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 JJ 77Hi 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 1Is 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 bioinforesearchquestions 38Hello 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.r 60I 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 Khan 122How to download and Install samtools on Linux?
-
Dbsnp : Best Way To Obtain Data On Snps
written by Biomed 500<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.