Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.2 KB

README.mkd

File metadata and controls

37 lines (26 loc) · 1.2 KB

RNA Structure

These are some tools to help with working with RNA structure. The tools are split into three major groups, primary, secondary and tertiary. For details on each package please see the documentation. Below is a listing of the general capabilities of this package.

Primary

This consists of wrappers around Mfold, UNAFold, and RNAalifold.

Secondary

This consists of some tools to parse secondary structure annotations into loops. It can read dot bracket, BPseq and connect formats. This parsing produces a data structure that can be used.

We also provide a parser for 2D diagrams produced by RNAplot. This parser takes the postscript file generated by RNAplot and produces a parsed secondary structure with information about drawing coordinates.

Tertiary

This is a wrapper around PDB's PDBx package for reading mmCIF files. This provides a nicer more pythonic interface as well as some utilities for extracting things from the data.

Examples

See examples/.

Author

Blake Sweeney [email protected]