seismic draw
Purpose
seismic draw renders predicted RNA secondary structures as 2D diagrams,
coloring each base by its mutation rate reactivity.
It uses RNArtistCore to generate publication-quality SVG images.
Requires RNArtistCore (installed automatically on first run unless
--no-update-rnartistcore is set).
Inputs
- Fold CT files or fold output directories
One or more CT files or
fold-report.jsonfiles produced byseismic fold. See Specify Input Files.- Table CSV files (optional)
Per-position mutation rate tables to color the bases. If omitted, bases are drawn without color.
Outputs
All outputs go into {out}/{sample}/draw/{ref}/{reg}/.
{profile}-{n}.svgSVG diagram of structure
nof a profile, e.g.{reg}__average-0.svg(one file per drawn structure).{profile}-{n}.pngPNG diagram (only if
--draw-pngis set).
Quick example
Draw all predicted structures for sample-1:
seismic draw out/sample-1/fold/ref-1
Options
- Structure selection
--struct-num NDraw structure number N (0-indexed);
-1for all structures. Default: draw the structure with the best AUC-ROC.
- Appearance
--color/--no-colorColor bases by their reactivity (default on).
--draw-svg/--no-draw-svgOutput SVG files (default on).
--draw-png/--no-draw-pngOutput PNG files (default off).
- Maintenance
--update-rnartistcore/--no-update-rnartistcoreCheck for and install updates to RNArtistCore (default off).
- Performance
--num-cpus N— multiprocessing; see Parallelize Tasks.--force— overwrite existing outputs.
The auto-generated Command Line Reference lists every option with its current default.
See also
seismic fold — produces the CT files this step draws
seismic table — produces the reactivity tables used to color bases