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.3.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.3-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: raise_rbp-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 9209fe94e51d33c5ce6194277bb74d41ee26c985f1594d2f43371f4b264e3b20
MD5 f53ecb1abac21cff38181b25477df495
BLAKE2b-256 e75b4c339b41039b09d00cfe617ef1caa6b8b8d458cc8715f59e4a816d89c4ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: raise_rbp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 26.8 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 64895af92d68c2996c6f7505b2237bf6d4720ea22ea51d0cebfe6d967d2971e5
MD5 1f516c351f63489ac99c2bb9ba965faf
BLAKE2b-256 1d194fd77f9761dff73cb0c3a730c3542d68bafa561b0bebd5a73c1ae4a96b2d

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