Entering edit mode
7.1 years ago
Carlos Caicedo
▴
210
Dear all
I have a fasta file with a specific genes of my interest and I want to know how many of them contain the codon TTA.
Any idea to solve this little issue?.
Thanks.
not enough information: what are those fasta sequences ? cdna ? genomic ? mrna ? strand + only ?
The fasta sequences are cdna
Can you show an example? Do they start with the start codon? Is there UTR which we have to take into account?
-For instance, this sequence has two TTA codon
But I have around 7000 sequences, some does not have the codon and many have more than one time the codon. I need to know if the sequence has the codon; it does not matter if is repeated in the sequence.
-All the sequences start with the start codon
-Very good question about the UTR. But, I am only interested in the condons in the ORF.
What have you tried? We love it when people show some effort and we can solve their problems, rather than getting open questions.
You should also specify if TTA has to be inframe.
Because I do not have enough skills in programming to solve this problem, I tried searching some tools in omictools and some similar post here in Biostar, but I did not find any.
TTA has to be inframe.