Learn R Programming

propr (version 3.1.8)

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.

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.