Learn R Programming

GeneScoreR (version 0.2.0)

Gene Scoring from Count Tables

Description

Provides methods for automatic calculation of gene scores from gene count tables, including a Z-score method that requires a table of samples being scored and a count table with control samples; a geometric mean method that does not rely on control samples; and a principal component-based method that summarizes gene expression using user-selected principal components. The Z-score and geometric mean approaches are described in Kim et al. (2018) .

Copy Link

Version

Install

install.packages('GeneScoreR')

Monthly Downloads

200

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Aris Syntakas

Last Published

November 26th, 2025

Functions in GeneScoreR (0.2.0)

zscore

Calculate Z-Scores from Count Tables
pcscore

Calculate Principal Component Scores from Count Tables
geomean

Calculate Geometric Means from Count Tables