snp to codons dataset
Is there an existing dataset with snp (vcf) with possible codons?
Thanks, pini.
snp
• 1,982 views
•
link
updated
by
Ram
•
written
by
pinikoma •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Using publicly available dataset as control for GWAS
written by miguellarrazlopezdenovales •I am aware of the limitations, and potential false positives that can arise in using a publicly available dataset as a control for a GWAS-like …
-
Split VCF into separate VCFs by SNP count
written by timothy.delory •Is there a way to run bcftools or another program to split up a vcf of a single scaffold/chromosome into chunks by SNP count? For …
-
How to annotate bam-file using ready annotation gtf
written by Alexandr •Hi! At the moment I am stuck at the stage where I have a sorted bam-file, a vcf-file with variants and an annotation gtf-file downloaded …
-
Where can I find NGS data to test alignment and SNP detection tool
written by somon_955 •Hi, I want to do carry out SNP detection on genomic data which has to be aligned with an in-house tool. I have to check …
-
how to import a 1000 genome project vcf file (chromosome file) into a mysql database
written by pinikoma •Hi All I would like to import / upload a 1000 genome project vcf file (chromosome file) into a mysql database using sql. If there …
-
how to query ensembl sql database - to check if a snp (name = rs...) is in an intron ?
written by pinikoma •how to query ensembl sql database - to check if a snp (name = rs...) is in an intron ? I would like to use …
-
find NON Coding SNPs using annovar or ucsc genome browser
written by pinikoma •HI all, I would like to check if a certain snp name = rs... is inside an open reading frame BUT no protein coding Can …
-
is the snp in a open reading frame ?
written by pinikoma •Hello all, How do I check if a selected snp is in an open reading frame (any orf..)? Thanks, pini.
-
tool to translate/convert locus among species ?
written by houktoHi all, Is there an existing tool or way to convert / translate a loci such as SNP (e.g GWAS SNPs) from human to another …
-
Gwas Snp Imputation In Plant Species
written by kumar.vinod81<p>I am working on GWAS with a diploid plant species using 6000 SNPs with 300 individuals. My SNP data have several missing genotypes. Is there …
You will need to explain your premise and problem for a more specific solution. A good general resource is HGMD.
Annotation tools like snpEff, Annovar and VEP produce annotation tags for synonymous and non-synonymous mutations. A line corresponding to non-synonymous mutation will contain information about the codon change(something like tCa/tTa) and amino acid change (something like S/T). You just need to annotate your VCF file or download a VCF file that has been annotated using one of these tools.
thanks a lot !