rnaglib.utils
¶
General utilities for handling RNA structures and graphs.
Input/Output¶
Functions and writing and loading to/from disk.
|
This is a utility function that supports loading from json or pickle. |
|
Based on the options, get the right data from the latest release and put it in download_dir. |
|
Just a shortcut to dump a json graph more compactly. |
|
Just a shortcut to load a json graph more compactly. |
|
Fetch an annotated graph with a PDBID. |
Wrappers¶
Wrappers for third-party executables.
Warning
Make sure the necessary executables are in your os PATH.
|
Cluster sequences using CD-hit. |
|
Calls RNAalign on two mmCIF files and returns the output. |
|
Calls LocaRNA on two RNA sequences to perform sequence-2d-structure aligment |
PDB/mmCIF Utilities¶
|
Remove all residues from a cif file except for those in keep_residues list. |