cvWrapper: cvWrapper

View source: R/cvWrapper.R

cvWrapperR Documentation

cvWrapper

Description

A wrapper for the pathwayTalk workflow. Splits the dataset into a specified number of folds (‘times’), each representing a specified proportion of the data (‘p’)

Usage

cvWrapper(
  expression_matrix,
  groups,
  platform,
  gene_alpha,
  pathways,
  pathway_alpha,
  lambda,
  sampling_method = "partition",
  times = 10,
  p = 0.6
)

hemoshear/pathwayTalk documentation built on July 16, 2022, 12:09 a.m.