Description Usage Arguments Value
Calculate differential proportionality measure, theta.
Used by propd
to build the @results
slot. A numeric alpha
argument will trigger
the Box-Cox transformation.
1 2 |
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 |
alpha |
A double. See vignette for details. Leave missing to skip Box-Cox transformation. |
lrv |
A numeric vector. A vector of pre-computed log-ratio variances. Optional parameter. |
only |
A character string. The name of the theta
type to return if only calculating one theta type.
Used to make |
weighted |
A boolean. Toggles whether to calculate
theta using |
weights |
A matrix. Pre-computed |
A data.frame of theta values if only = "all"
.
Otherwise, this function returns a numeric vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.