How to find internal stem-loop structure in a fasta file?
Hi,
I have large data sets. In one file having more than 3000 fasta sequences. I want to check all the sequences. If any of the sequences forming internal stem-loop structure I want to exclude those sequences.
I am only familiar with R but unable to figure it out.
Any help is much appreciated.
Thanks
• 1,622 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Are you expecting these to be RNA sequences, dsDNA sequences, or ssDNA?
I am expecting these in my 21 nucleotide RNA sequences
Have a look at
RNAfoldfrom the ViennaRNA package. It's command line rather than in R, but it's the most standard tool out there to look at RNA secondary structures.