Learn R Programming

propr (version 4.2.6)

alphaThetaW_old: Calculate Weighted Theta

Description

Do not use this function. For testing purposes only.

Usage

alphaThetaW_old(counts, group, alpha, weights)

Arguments

counts

A data.frame or matrix. A "count matrix" with subjects as rows and features as columns. Note that this matrix does not necessarily have to contain counts.

group

A character vector. Group or sub-group memberships, ordered according to the row names in counts.

alpha

A double. See vignette for details. Leave missing to skip Box-Cox transformation.

weights

A matrix. Pre-computed limma-based weights. Optional parameter.