semseeker | R Documentation |
Calculate stochastic epi mutations from a methylation dataset as outcome report of pivot
semseeker(
sample_sheet,
methylation_data,
result_folder,
bonferroni_threshold = 0.05,
maxResources = 90,
iqrTimes = 3,
parallel_strategy = "multisession",
...
)
sample_sheet |
dataframe with at least a column Sample_ID to identify samples |
methylation_data |
matrix of methylation data |
result_folder |
where the result will be saved |
bonferroni_threshold |
= 0.05 #threshold to define which pValue adjusted to define an epilesion |
maxResources |
percentage of how many available cores will be used default 90 percent, rounded to the lowest integer |
iqrTimes |
how many times below the first quartile and over the third quartile the interqauartile is "added" to define the outlier |
parallel_strategy |
which strategy to use for parallel executio see future vignete: possibile values, none, multisession,sequential, multicore, cluster |
... |
other options to filter elaborations |
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.