Skip to main content

SIREN: Suite for Intelligent RNAi design and Evaluation of Nucleotide sequences

Project description

SIREN: Suite for Intelligent RNAi Design and Evaluation of Nucleotide Sequences

SIREN is a comprehensive toolset for designing RNA interference (RNAi) sequences to silence specific genes while minimizing off‑target effects. It integrates siRNA generation, off‑target evaluation, off‑target visualization, and RNAi sequence plus primer design into a streamlined workflow.

Table of Contents

Features

  • siRNA Generation: Automatically extracts the target gene from a multi‑FASTA file and generates all possible siRNAs.
  • Off‑target Evaluation: Uses RNAhybrid to assess potential off‑target interactions.
  • Off‑target Visualization: Creates a plot showing the distribution of siRNAs and off‑target events along the gene.
  • RNAi Sequence and Primer Design: Generates RNAi sequences of various lengths, scores them based on off‑target penalties, and designs primers with Primer3 while reporting expected amplicon sizes.

Installation

First install RNAhybrid which is available on Bioconda. Install it using mamba:

    mamba install -c bioconda rnahybrid
    # or
    conda install -c bioconda rnahybrid

SIREN is available on PyPi. Install it using pip:

    pip install siren-rnai

This command installs SIREN along with all required dependencies.

Requirements

  • Python 3.x
  • pip: For installing Python packages needed.
  • Mamba/Conda: For installation from Bioconda.
  • RNAhybrid: Evaluates off‑target interactions.
  • Primer3: Required for primer design.
  • BioPython: For sequence processing.
  • Matplotlib: For generating visualizations.
  • Additional Python libraries: Pandas, argparse, csv, tqdm, etc.

Usage

Run SIREN using the command-line interface as shown below. The options are as follows:

SIREN --targets <FASTA file> --gene <gene_name> [--threads <number>] [--sensitivity {high,medium,low}] [--rnai_length <length>] [--outdir <output_directory>] [--min_align_length <length>]

Options:

  • --targets <FASTA file>: Path to the FASTA file containing organism cDNA sequences.
  • --gene <gene_name>: Gene name (or partial FASTA header) used to uniquely identify the target gene.
  • --threads <number>: Number of threads for parallel processing (default: 6).
  • --sensitivity {high,medium,low}: Sensitivity level for siRNA generation; controls the step size for candidate siRNA generation (default: low).
  • --rnai_length <length>: Base RNAi sequence length to guide sequence generation (default: 200).
  • --outdir <output_directory>: Directory where all output files will be stored (default: siren_results).
  • --min_align_length <length>: (Optional) Minimum alignment length for off‑target detection.

Example:

SIREN --targets TAIR10_cdna.fasta --gene AT1G50920 --threads 12 --rnai_length 300 --outdir results_AT1G50920

This command runs the complete SIREN pipeline for the gene AT1G50920 from the provided Arabidopsis cds FASTA file, using 12 threads and a base RNAi length of 300 nucleotides, storing results in the results_AT1G50920 directory.

Pipeline Overview

siRNA Generation and Off‑target Evaluation

The sirenXII.py module:

  • Target Extraction: Searches the provided FASTA for the specified gene and extracts a unique target sequence.
  • siRNA Generation: Generates siRNAs (typically 21 nucleotides) using a sensitivity-dependent step size.
  • Off‑target Evaluation: Evaluates off‑target interactions via RNAhybrid on sequences not matching the target.
  • Parallel Processing: Splits off‑target data into chunks for parallel processing.
  • Output Files: Produces files such as target.fa and off_targets_summary.tsv for downstream steps.

Off‑target Visualization

The siren_plotIV.py module:

  • Data Parsing: Reads the target FASTA and the off‑target summary TSV.
  • Aggregation: Computes the distribution of siRNAs and off‑target events along the gene.
  • Plot Generation: Uses Matplotlib to create a plot with:
    • A red line for the count of siRNAs with off‑target events.
    • A blue line for the count of off‑target events per nucleotide position.
  • Output: Saves the plot (e.g., Off_targets_across_the_gene.png).

RNAi Selection and Primer Design

The siren_designVIII.py module:

  • RNAi Sequence Generation: Creates RNAi sequences with lengths from (base length - 50) to (base length + 100) in steps of 50.
  • Scoring: RNAi sequences are penalized for containing siRNAs with off-target potential. Each unique siRNA contributing to off-targets reduces the score slightly. However, if multiple off-targets are caused by the same siRNA within a given RNAi sequence, a strong penalty is applied. This discourages designs that repeatedly include problematic siRNAs, improving overall targeting specificity.
  • Primer Design: Utilizes Primer3 to design primer pairs and calculates expected amplicon sizes.
  • Output: Generates a TSV file (rna_sequences_with_scores_and_primers.tsv) with RNAi sequences, scores, primer details, and expected amplicon sizes.

License

SIREN is released under the GPLv3 license.

Citations

If you use SIREN in your research or projects, please cite the following tools and resources:

  • SIREN – please cite this GitHub repository (a paper is not yet available).
  • RNAhybrid – Rehmsmeier, M., Steffen, P., Höchsmann, M., & Giegerich, R. (2004). Fast and effective prediction of microRNA/target duplexes. RNA, 10(10), 1507–1517.

For any issues, feature requests, or further questions, please open an issue on GitHub. Happy RNAi designing!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

siren_rnai-0.1.3.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

siren_rnai-0.1.3-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

Details for the file siren_rnai-0.1.3.tar.gz.

File metadata

  • Download URL: siren_rnai-0.1.3.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for siren_rnai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e916d1695f2c16ab2a88248f3d527d4476dc1f77b96eeac67d671853a8e33a9e
MD5 cf5c02fac475860e7ab9e30facd0a684
BLAKE2b-256 199eebb6e0447a8ad7e7c5d0cfcce1ed95628574c4b456803761e69fe93b8d58

See more details on using hashes here.

File details

Details for the file siren_rnai-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: siren_rnai-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 25.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for siren_rnai-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1e2ec4d262fc434ac011a8cff7ca51071cec23abad53beb3d27b2e7d07c8316a
MD5 f8a16fd09bab355549f830ecbad91e3d
BLAKE2b-256 a188df222d22c57fc901c0fd99ed574e2e555db32681b46dda0eb35167a075b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page