compute_z_scores: Computes z-score values of case samples

View source: R/utils_matrix.R

compute_z_scoresR Documentation

Computes z-score values of case samples

Description

Computes z-scores of the genes in the case samples in contrast to the control samples.

Usage

compute_z_scores(norm_counts, controls, cases)

Arguments

norm_counts

Normalized counts as data.frame in TMM, TPM or FPKM.

controls

Vector with the column numbers of the control samples.

cases

Vector with the column numbers of the case samples.

Value

Data.frame with the z.score values of the case samples.


baumbachlab/keypathwayminer-R documentation built on June 29, 2023, 11:21 a.m.