-
Notifications
You must be signed in to change notification settings - Fork 2
Home
carushi edited this page Feb 14, 2023
·
47 revisions
ParasoR can perform RNA secondary structure prediction and a variety of RNA structure analysis by simple command line like below.
ParasoR --pre -f UCCCG
ParasoR --pre --input example.fasta
- Tutorial is available here.
- About parallel computation for long sequences, please refer ParasoR model.
- For more detail, check Secondary structure prediction and Basic parameter setting.
- 2023.02.14 -- Update external links and wiki
- 2020.12.28 -- Add a tutorial for simulation with a single point mutation.
- 2018.03.05 -- Fix a harmless bug in BLstar parameter reading process. Recommend to use the latest source codes.
- 2017.07.05 -- Implement MFE structure prediction and interaction energy computation in the latest version (as a prototype version).
- 2016.06.21 -- Some error was reported when calculating structures using short sequences (shorter than the length of maximal span) in ParasoR mode v1.0.0 due to the file name inconsistency.[Fix]
- 2016.05.06 -- v1.0 Released.
- ParasoR (Genome-wide structure analysis)
- Radiam (Mutational structure analysis)
- Others