mergeDFP_Val_Labels | R Documentation |
mergeDFP_Val_Labels merges data.frames out of sessionVariable containing p-values, delta methylation values and N by probeID
mergeDFP_Val_Labels(
resultDFListTrait1,
resultDFListTrait2,
resultDFListTrait3,
minN
)
resultDFListTrait1 |
trait structure1 to merge |
resultDFListTrait2 |
trait structure2 to merge |
resultDFListTrait3 |
trait structure3 to merge |
minN |
minimum n |
named list of data.frames, one df for merged P_Val, one for merged DeltaMethylation, one for merged N as well as labels:
result$dfP_Val for p-values
result$dfDM for delta methylation values
result$dfN for n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.