Description Usage Arguments Value Examples
Scales each ScoreMatrix in the ScoreMatrixList object, by rows and/or columns
1 2 3 4 5 | scaleScoreMatrixList(sml, columns, rows, scalefun)
## S4 method for signature 'ScoreMatrixList'
scaleScoreMatrixList(sml, columns = FALSE,
rows = TRUE, scalefun = NULL)
|
sml |
a |
columns |
a |
rows |
a |
scalefun |
a function object that takes as input a matrix and returns a matrix. By default the argument is set to the R scale function with center=TRUE and scale=TRUE |
ScoreMatrixList
object
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.