View source: R/SignatureSet-class.R View source: R/SignatureSet-class.R View source: R/SignatureSet-class.R View source: R/SignatureSet-class.R
SignatureSet-class | R Documentation |
The SignatureSet
class defines gene-based signatures.
SignatureSet(weights = NumericList(), groups = factor(), func = character(),
version = character(), ...)
weights |
A named |
groups |
A factor vector indicating groups in the |
func |
Character indicating function to use |
version |
Character indicating version to use |
... |
Additional arguments for future use. |
A SignatureSet
object
returns the number of signatures in x
.
returns a named integer vector
containing the number of genes in each of the signatures in x
.
returns a character vector containing the signature
names in x
.
returns a named NumericList
that
defines the linear combination based signatures.
replaces the NumericList
that defines the linear combination based signatures.
returns the signature functions of an object.
returns a factor vector representing the signature groups.
replaces the factor vector representing the signature groups.
: returns the signature version.
Patrick Aboyoun
NanoStringRccSet
SignatureSet(weights=list(x = c(a = 1),
y = c(b = 1/3, d = 2/3),
z = c(a = 2, c = 4)),
groups=factor("x", "y", "z"),
func = c(x="default", y="default", z="default"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.