This is a test version of Biostars. For the public version, visit https://www.biostars.org.
RNA Splicing databases

Hello, I'm working on predicting RNA splicing. What are good databases that contain RNA sequences and their splicing sites?

sequence rna-seq splicing database

1 answer

In general you can find the splice sites from gene models such as GENCODE (https://www.gencodegenes.org/), refseq or UCSC genes. I particularly recommend you to use GENCODE since is constantly getting improved. You can extract splicing sites from GTF, GFF or bed12 files. If you use UCSC Table Browser you can access to a different "gene and genes predictions" files and choose the format that is easier to you to understand. Now, if you are interested in alternative splicing I would recommend VastDB (http://vastdb.crg.eu/wiki/Main_Page).

I hope this helps, Cheers

Log in to answer this question.