scalingFactorInput | R Documentation |
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.
scalingFactorInput(DataType = NULL)
DataType |
A character vector that contains the annotation of each type of omics dataset in X. |
A numeric vector of scaling factors.
# not run
# scalingFactorInput(c('gene','mirna', 'phenotype'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.