Output & Interpretation

Results land in results/<name>/<timestamp>_<genome>_w<hw>_..._ew<ew>_..._b<boot>_.../.

Key files

FileWhat it is
*-tets-*.pdfThe RNA splicing map — per-position motif-cluster frequency, enhanced (red) vs silenced (blue) vs control, for the enriched tetramers. The headline result.
enriched_tetramers.txtPlain list of tetramers that passed both significance filters.
*-tets-*.csvPer-tetramer enrichment table (region-wise Fisher and empirical p-values).
All_group_{enh,sil,both}-*.csvPer-position occupancy curves for all candidate tetramers, split by group (feed the splicing map and the MaRs cosine-similarity step).
Enh_*, Sil_*, ES_*, e-*, s-*Group-specific enrichment matrices (enhanced-only, silenced-only, both).
regions.csvThe R1/R2/R3 region classification per tetramer.
cluster_ids.txtCluster assignments for the enriched motifs.
bootstrap_<b>.tsv / .RdataThe empirical-FDR null draws (reused on resume — do not delete if re-scoring).
no_enriched.txtWritten instead of plots when nothing passes the filters (usually too few exons or thresholds too strict).
rnamotifs.logFull run log.

Reading the RNA splicing map

The map plots, for each enriched motif, the fraction of exons carrying a motif cluster at each position around the splice sites, as three curves: enhanced, silenced, control.

A motif is reported only if it beats both --p-fisher (Fisher's exact, regulated vs control) and --p-empirical (bootstrap null). Loosen these (and/or --min-height) if you expect signal but see no_enriched.txt.

Extracting motif coordinates

./rnamotifs-extract results/MYRBP/<run>             # all enriched, TSV
./rnamotifs-extract results/MYRBP/<run> -t YCAY --bed
./rnamotifs-extract results/MYRBP/<run> -c silenced -o sil_motifs.tsv
OptionDescriptionDefault
results_dirPath to a completed results folder (positional)required
-t, --tetramerExtract for a specific tetramerall enriched
-c, --categoryenhanced, silenced, or bothboth
-o, --outputOutput filestdout
--bedOutput in BED formatTSV

← Back to tutorial index

← Back to tutorial overview