View source: R/EPIC_functions.R
filter_dmpFinder_table | R Documentation |
This functions obtains a mean beta value for each group of samples and filters based on statistics
filter_dmpFinder_table(
dmpData,
beta_val,
list1,
list2,
pval = 0.05,
qval = 0.05,
diff.mean = 0.2
)
dmpData |
Dataframe with probes as rownames |
beta_val |
Dataframe containing beta_values for each probe and sample (columns) |
list1 |
Vector of samples to test fro group2 |
pval |
Pvalue filtering cutoff. Default: 0.05 |
qval |
Pvalue adjusted filtering cutoff. Default: 0.05 |
diff.mean |
Mean difference (absolute values) for filtering |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.