How to remove internal stop codons from BUSCO identified orthologous genes?
I have implemented BUSCO on few Genomes downloaded from NCBI, and I got multiple internal stop-codons in between the orthologous genes, how to remove or replace them with gaps.
busco
stopcodon remove
• 2,242 views
•
link
written
by
kabir.deb •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Software to calculate RSCU, ENC other than codonw
written by SHREYA •I have a large data of virus genome sequences from NCBI but they have internal stop/start codons warning in codonw software due to which i'm …
-
Genbank Bacteriophage Genome Submission - Internal stop codons in CDS sequences
written by Sowmya Pulapet •Hi, I am having trouble submitting a bacteriophage genome in Genbank. I have completed the assembly (Unicycler) and annotation (Rast) of the assembled genome. For …
-
How to retain proteins with both start and stop codons, and remove those with internal stop codons …
written by BioinfoBee •Hello, Curious to know if anyone knows how to retain proteins with both stop codons and remove those with internal stop codons from FASTA file? …
-
How to get genes with best Phylogenetic signal from multiple orthologous genes?
written by kabir.deb •Hello Experts, I have used BUSCO to get orthologous genes from 50 species. After that, I have sorted the 350 common orthologous genes from 50 …
-
How to solve "String index out of Range" problem in macse.jar
written by kabir.deb •I'm trying to run [macse.jar][1] file in my sequence to replace internal stop codons from multifasta sequence using below command for i in *.fna do …
-
Codon Usage analysis of whole genomes
written by 3335098459 •I am new to bioinformatics. So if these questions seem to you a bit childish please forgive me. I have two queries. I am intending …
-
How to extract start codon and stop codon from a fasta of multiple protein coding genes !
written by kabir.deb •I want to know that is there is any suitable tool for extracting start codon and stop codon from the fasta file of multiple protein-coding …
-
Internal stop codons in protein sequences
written by vivekananthrp •Hi, there are protein sequences with internal stop codons (`*` in between). For example, http://www.candidagenome.org/cgi-bin/protein/proteinPage.pl?dbid=CAL0000175821&seq_source=C.%20albicans%20SC5314%20Assembly%2022 What does these many internal stop codon means? While running …
-
gDNA annotation, exon and intron boundary identification
written by chethusomashekar •Dear Biostars members, Hi, I am Chethana from India, working on multigene phylogenetic analysis of Colletotrichum species prevalent in India on varied host. I am …
-
Deleting Stop Codons
written by Eric •<p>Hello,</p> <p>I collect sequences for multiple species from UCSC Genome Browser. In order to enter my sequences into HyPhy, I need to remove all stop …
Can you elaborate why you want to do so?
If the orthologous genes that are being picked up have (in-frame) stopcodons it must mean that the genomic sequence of the species you compare it with is not in great shape. If that is not the case you might be looking at pseudo-genes or such?
Bottom-line: don't simply remove stopcodons without looking into why there are stopcodons present.
Hello,
Actually I want to do phylogenetic analysis and substitution rate (ka/ks) calculation of orthologous gene set of a particular group of species (Gs). After sorting the common orthologous genes of Gs I implemented TranslatorX to align each orthologous genes. But TranslatorX result shows that few of the species have multiple stop codons within the sequence so run aborted.
Just one day before I found a software named macse.jar which can replace internal stop codons. However this software giving an error (
) after running below code:
I'm not aware this specific software, sorry.
You could of course bluntly replace the stopcodons with a X in the aminoacid or with Ns in the CDS sequence.