More posts like this
-
Finding orthologs genes in different organism and check for the mutation position
written by drajangirija 1Hi, 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 4Hi 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 4I 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 1As 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 gprashant17 11I 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 0Hello. 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 rse 10Hi, 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 wangyang703092 12Hi 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 522<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 1.2K<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.