getPReducedTraitData | R Documentation |
getPReducedTraitData reduces data in structure combinedDFP_Val_Labels by p-value range and minimum n; entire CpGs will be removed
getPReducedTraitData(
session,
combinedDFP_Val_Labels,
minP_Val,
maxP_Val,
minDM,
maxDM,
minN,
maxN,
debugMode
)
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 |
result list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.