How to find premature stop codons
Is there any way to find premature stop (mutation) from the aligned fasta file?
alignment
snp
rna-seq
• 1,023 views
•
link
written
by
the_cowa •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Finding orthologs genes in different organism and check for the mutation position
written by drajangirija •Hi, I am having a set of human genes ~300 genes (gene name and Ensembl ids) with mutation information. Now I wanna find the homologs …
-
Grep VCF position awk
written by the_cowa •Hi all, I need to grep positions from vcf files to make another vcf file so I used this command less output.VCF|awk '{OFS="\t"; if ($2 …
-
Extract list of gene coordinates from gff file
written by the_cowa •I have a list of genes and I need coordinates of those genes from the gff file. I tried with grep -wFf gene_list sample.gff but …
-
Predict frameshift mutation consequence tool - causing a premature stop codon downstream
written by vntt2407 •As the title said, I have a frameshift mutation identified and for it I would like to see if it causes a premature stop codon …
-
How to create a mutation landscape from a VCF file?
written by gprashant17I have a VCF file which I have obtained from an aligned BAM file, and I want to identify somatic mutations. I would like to …
-
Is there a way I can upload a reference sequence to Clustal Omega to get alligned protein sequences…
written by vellryba •Hello. My aim is to find out correlated mutations within a single paired reads. For example, I need to know if the sequence ID X, …
-
Fasta sequence from Bam file
written by rseHi, Is there any way to retrieve the fasta sequence from the aligned bam file? Thanks Regards
-
How can I calculate selective pressure with opal mutations?
written by wangyang703092Hi guys, I have a list of protein coding DNA sequences to calculate dN/dS but some of these have mutations which introduce a premature stop …
-
Which To Consider As Non-Sense Mutation From Annovar Output?
written by ivivek_ngs<p>Dear All,</p> <p>I have a question regarding prioritizing the variants after annotating them with ANNOVAR. I am interested in selecting only the non-sense mutations. So …
-
How To Interpret The Loss Or Gain Of Stop Codons
written by Ashutosh Pandey<p>Hi All,</p> <p>I am working on a particular mouse strain. I aligned the reads and called for the variants and then annotated the variants against …
You need to provide some background for what you are doing, such as what is that fasta file, and how was it generated? It also would help to provide a few sequences from the fasta file so we know what we are looking at, as well as allow for a reproducible example.