Description Usage Arguments Value Examples
these parameters are interrelated so they must be set together
1 2 3 4 | setFixedPatterns(object, fixedPatterns, whichMatrixFixed)
## S4 method for signature 'CogapsParams'
setFixedPatterns(object, fixedPatterns, whichMatrixFixed)
|
object |
an object of type CogapsParams |
fixedPatterns |
values for either the A or P matrix |
whichMatrixFixed |
either 'A' or 'P' indicating which matrix is fixed |
the modified params object
1 2 3 | params <- new("CogapsParams")
data(GIST)
params <- setFixedPatterns(params, getSampleFactors(GIST.result), 'P')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.