View source: R/analyze_population.R
analyze_population | R Documentation |
Calculate stochastic epi mutations from a methylation dataset as outcome report of pivot
analyze_population(
methylation_data,
sliding_window_size,
sample_sheet,
beta_thresholds,
bonferroni_threshold = 0.05,
probe_features
)
methylation_data |
whole matrix of data to analyze. |
sliding_window_size |
size of the sliding widows to compute epilesions default 11 probe_features. |
sample_sheet |
name of samplesheet's column to use as control population selector followed by selection value, |
beta_thresholds |
thresholds defined to calculate epimutations lesions definition |
bonferroni_threshold |
threshold to define which pValue accept for |
probe_features |
probe_features detail from 27 to EPIC illumina dataset |
files into the result folder with pivot table and bedgraph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.