scalingFactorInput: Scaling Factor Input Prompt

View source: R/AutoSmCCNet.R

scalingFactorInputR 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'))


KechrisLab/SmCCNet documentation built on April 18, 2024, 9:46 p.m.