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 |
iid_1 iid_2 iid_3 iid_4 iid_5
0.10927778 0.01077778 0.16666667 0.13888889 0.10894444
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.