Description Usage Arguments Details Value
View source: R/deepNeuralNetwork.standarizegenescore.r
'deepNeuralNetwork.standarizegenescore()' standarizes the given data by calculating a personalized z-score using the feature as centroid and dividing by the MAD.
1 2 | deepNeuralNetwork.standarizegenescore(x = NULL, method = "gene",
gene.list = NA)
|
x |
Matrix. The data to be standarized. |
method |
Character. Only gene is acepted. |
gene.list |
Character vector. List of features to use if method is "genecomb". |
'deepNeuralNetwork.standarizegenescore()' standarizes the given data by calculating a personalized z-score using the feature as centroid and dividing by the MAD.
The standarized data matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.