NURD

NURD estimates isoform expression levels from RNA-Seq data by correcting global and local sequencing biases using nonparametric models.


Key Features:

  • Bias Correction: Adjusts for both global and gene-specific (local) sequencing biases in RNA-Seq data to improve isoform expression estimates.
  • Nonparametric Models: Implements nonparametric models (as proposed by Wu et al.) to accommodate diverse read distributions without parametric distributional assumptions.
  • Binary Interval Search Algorithm: Uses a binary interval search algorithm to reduce memory usage and processing time during computation.
  • Scalability: Optimized for speed and resource utilization to process large-scale RNA-Seq datasets.

Scientific Applications:

  • Transcriptomics: Provides isoform-level expression estimates for transcriptome studies.
  • Alternative Splicing Analysis: Supports investigation of alternative splicing events by resolving isoform-level expression.
  • Gene Regulation Studies: Enables analysis of gene regulation mechanisms through refined isoform expression measurements.
  • Differential Expression Analysis: Facilitates differential expression analyses across conditions or tissues at the isoform level.

Methodology:

NURD takes reads mapping results and a gene annotation file as input, corrects global and local sequencing biases using nonparametric models, applies a binary interval search algorithm for computational efficiency, and outputs refined isoform expression estimates.

Topics

Details

Tool Type:
command-line tool
Operating Systems:
Linux
Programming Languages:
C++
Added:
8/3/2017
Last Updated:
11/24/2024

Operations

Publications

Ma X, Zhang X. NURD: an implementation of a new method to estimate isoform expression from non-uniform RNA-seq data. BMC Bioinformatics. 2013;14(1). doi:10.1186/1471-2105-14-220. PMID:23837734. PMCID:PMC3717102.

Documentation

Links