getPReducedTraitData: reduceTraitData reduces data in structure...

View source: R/reducePValue.R

getPReducedTraitDataR Documentation

reduceTraitData reduces data in structure combinedDFP_Val_Labels by p-value range and minimum n; entire CpGs will be removed

Description

reduceTraitData reduces data in structure combinedDFP_Val_Labels by p-value range and minimum n; entire CpGs will be removed

Usage

getPReducedTraitData(
  session,
  combinedDFP_Val_Labels,
  minP_Val,
  maxP_Val,
  minDM,
  maxDM,
  minN,
  maxN,
  debugMode
)

Arguments

combinedDFP_Val_Labels

data structure which should become p_val-reduced

minP_Val

minimum p-value to retain

maxP_Val

maximum p-value to retain

minN

minimum n for model in regression result

debugMode

return smaller data structure (only session$userData$sessionVariables$debugNumber records) for faster debugging

Value

result list()


SteRoe/PatternMatchR documentation built on Aug. 23, 2024, 8:32 p.m.