scalingFactorInput {SmCCNet} | R Documentation |
Scaling Factor Input Prompt
Description
Input the vector of the annotation of each type of dataset in the data list X (e.g., c('gene', 'protein')
), and return prompt ask the user to supply the scaling
factor for SmCCNet algorithm to prioritize the correlation structures of
interest. All scaling factor values supplied should be numeric and nonnegative.
Usage
scalingFactorInput(DataType = NULL)
Arguments
DataType |
A character vector that contains the annotation of each type of omics dataset in X. |
Value
A numeric vector of scaling factors.
Examples
# not run
# scalingFactorInput(c('gene','mirna', 'phenotype'))
[Package SmCCNet version 2.0.3 Index]