Related Experiment Video
Updated: Jun 25, 2026

10:56
A User-friendly and Powerful R Analysis of Large-scale Datasets
Published on: November 4, 2025
RankAggreg, an R package for weighted rank aggregation
Vasyl Pihur1, Susmita Datta, Somnath Datta
1Department of Bioinformatics and Biostatistics, University of Louisville, Louisville, KY, USA. v0pihu01@louisville.edu
BMC Bioinformatics
|February 21, 2009
Summary
Rank aggregation methods efficiently combine multiple ordered lists from bioinformatics studies. The RankAggreg package offers solutions for gene expression clustering and cancer microarray meta-analysis.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Bioinformatics researchers frequently encounter challenges in merging multiple ordered lists effectively.
- Rank aggregation provides a flexible framework for objective data consolidation.
- High-throughput genomic and proteomic studies highlight the growing importance of rank aggregation in meta-analysis.
Purpose of the Study:
- To present the RankAggreg package for efficient rank aggregation in bioinformatics.
- To demonstrate the utility of rank aggregation in combining diverse data sources and platforms.
Main Methods:
- The RankAggreg package implements two primary methods: the Cross-Entropy method and the Genetic Algorithm.
- These algorithms are designed to aggregate multiple ordered lists into a single consensus list.
Main Results:
- The package successfully combines ordered lists, as illustrated by two distinct examples.
- Application in gene expression-based clustering and prostate cancer microarray meta-analysis demonstrates practical utility.
Conclusions:
- The RankAggreg package proves valuable for bioinformatics workflows involving ordered lists from high-throughput technologies.
- Rank aggregation facilitates robust meta-analysis and data integration in genomics and proteomics.
Related Concept Videos
Ranks
Unlike parametric methods, nonparametric statistics are ideal for nominal and ordinal data, requiring fewer assumptions about the population's nature or distribution. This makes nonparametric methods easier to apply and interpret, as they do not depend on parameters like mean or standard deviation. One common approach in nonparametric analysis is to sort data according to a specific criterion. For instance, we might arrange weather data from hottest to coldest days in a month or rank cities...
Weighted Mean
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
Aggregates Classification
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Friedman Two-way Analysis of Variance by Ranks
Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures from...
Types of Aggregate Grading
Aggregate grading is crucial in economically obtaining a concrete mix with adequate strength, reasonable workability, and minimal segregation. There are four types of aggregate gradation: well-graded, uniformly (or one-sized) graded, gap-graded, and open-graded.
Well-graded aggregates include a complete range of necessary size fractions that fit together to create a dense matrix with minimal voids, represented by a smooth, continuous gradation curve. This type of grading ensures good...
Well-graded aggregates include a complete range of necessary size fractions that fit together to create a dense matrix with minimal voids, represented by a smooth, continuous gradation curve. This type of grading ensures good...
Introduction to R
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's functionality,...

