Pvalue_adjusted | R Documentation |
This function adjust the P values of each region or each cytosine by logistical regression model.
Pvalue_adjusted(output, adjustedmethod = "fdr")
output |
refers to the output of Methmean_match. |
adjustedmethod |
refers to the P values adjusted methods, with the default fdr. The adjustedmethod could be "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "none" as well. |
Outputs the regiongene or regioncpg or of gene/cpg with different features with Q values.
output_Qvalue <- Pvalue_adjusted(output, adjustedmethod = "fdr")
output_Qvalue <- Pvalue_adjusted(output)
output_Qvalue <- Pvalue_adjusted(output, adjustedmethod = "bonferroni")
output_Qvalue <- Pvalue_adjusted(output, adjustedmethod = "BH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.