Skip to main content

RBP Activity Inference from Splicing Events

Project description

RAISE

RBP Activity Inference from Splicing Events

RAISE is a computational pipeline for identifying the activity of RNA-binding proteins (RBPs). It integrates CLIP-seq peaks, motifs, and alternative splicing (AS) data to construct a splicing regulatory network, and infers RBP activities using regression modeling. image

Installation

Option 1. Install RAISE through pip [recommended]

conda create -n RAISE python=3.8
pip install RAISE

Option 2. Local installation

conda create -n RAISE python=3.7
git clone https://github.com/liuyilei8969/RAISE.git
cd RAISE
pip install .

Usage

1. Identify targets of an RBP

usage: find_target.py [-h] --rmats RMATS --clip_peaks CLIP_PEAKS --ref_genome REF_GENOME --rbp_motif RBP_MOTIF --cell_line CELL_LINE --rbp RBP --output
                      OUTPUT [--max_iter MAX_ITER] [--tol TOL]

EM algorithm for inferring RBP targets using motif, CLIP peaks, and PSI changes.

options:
  -h, --help                             show this help message and exit
  --rmats RMATS                          Input rMATS SE.MATS.JC.txt file.
  --clip_peaks CLIP_PEAKS                Input CLIP peaks BED file.
  --ref_genome REF_GENOME                Reference genome in FASTA format.
  --rbp_motif RBP_MOTIF                  RBP motif file with two columns: RBP and motif.
  --cell_line CELL_LINE                  Cell line name, used to label the output file.
  --rbp RBP                              Target RBP name.
  --output OUTPUT                        Output directory.
  --max_iter MAX_ITER                    Maximum number of EM iterations.
  --tol TOL                              Convergence threshold for EM.

2. Construct RBP-AS network

usage: construct_network.py [-h] --Target_dir TARGET_DIR [--threshold THRESHOLD] --DE_dir DE_DIR --output OUTPUT

Build a splicing regulatory network from target predictions and RBP expression changes.

options:
  -h, --help                             show this help message and exit
  --Target_dir TARGET_DIR                Directory containing RBP target result folders
  --threshold THRESHOLD                  Minimum conditional probability P(T|S,M,C) to include interaction (default: 0.6)
  --DE_dir DE_DIR                        Directory containing RBP expression change files
  --output OUTPUT                        Path to output GEXF file for the constructed network

3. Infer RBP activity

usage: calculate_activity.py [-h] --diffAS DIFFAS --network NETWORK --output OUTPUT

Infer RBP activity from a splicing regulatory network using ridge regression.

options:
  -h, --help                             show this help message and exit
  --diffAS DIFFAS                        Path to the rMATS differential splicing results file
  --network NETWORK                      Path to the splicing regulatory network
  --output OUTPUT                        Output file for inferred RBP activity scores

Example & Test

Examples are provided in the test/ directory: https://github.com/liuyilei8969/RAISE/tree/main/test
Data are provided in the data/ directory for users' convenience: https://github.com/liuyilei8969/RAISE/tree/main/data

Note: All differential splicing results should be provided in the rMATS format. For users' convenience, we also provide scripts to either convert data into this format or perform a simple differential splicing analysis using a limma test.

Requirements

Python >= 3.8

Packages: pandas, numpy, networkx, scikit-learn, argparse

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

raise_rbp-0.1.5.tar.gz (3.3 MB view details)

Uploaded Source

Built Distribution

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

raise_rbp-0.1.5-py3-none-any.whl (27.0 kB view details)

Uploaded Python 3

File details

Details for the file raise_rbp-0.1.5.tar.gz.

File metadata

  • Download URL: raise_rbp-0.1.5.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for raise_rbp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 8c456c2afaecf62ffe12d6256235f1429c1c9133d9e93087427106b755280198
MD5 727ffb89db75b99694e2d2f9b1e9b5f3
BLAKE2b-256 64fad6b5787e0a85005d791a7fc8290e4e67c677a419f4af3ed81a920ff09e2d

See more details on using hashes here.

File details

Details for the file raise_rbp-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: raise_rbp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for raise_rbp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ec7eb4b10440ff81a5aadf5d98c7cac40c276a127feb557d1ed93e6f786b69ef
MD5 2cbb8a28855ff96e1f0351d57496a678
BLAKE2b-256 6dab0d94e524fe622672f4a80a8dec958e919f79a941dd6ee7c75d1be0f91f89

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