Description Usage Arguments Value Examples
Computes the Polyfunctionality score for each observation from the
gamma matrix of a COMPASS
model fit. The scores are normalized to
one.
1 2 3 4 5 6 7 | PolyfunctionalityScore(x, degree, n, markers = NULL)
## S3 method for class 'COMPASSResult'
PolyfunctionalityScore(x, degree, n, markers = NULL)
## Default S3 method:
PolyfunctionalityScore(x, degree, n, markers = NULL)
|
x |
An object of class |
degree |
A vector of weights. If missing, this is the 'degree of functionality', that is, the number of markers expressed in a particular category. |
n |
The total number of markers. This is inferred when |
markers |
A |
A numeric vector of polyfunctionality scores.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.