View source: R/test_segregation.R
Bonferroni_alpha | R Documentation |
It shows the alpha value to be used in each chi-square segregation test, in order to achieve a given global type I error. To do so, it uses Bonferroni's criteria.
Bonferroni_alpha(x, global.alpha = 0.05)
x |
an object of class onemap_segreg_test |
global.alpha |
the global alpha that |
the alpha value for each test (numeric)
data(onemap_example_bc) # Loads a fake backcross dataset installed with onemap Chi <- test_segregation(onemap_example_bc) # Performs the chi-square test for all markers print(Chi) # Shows the results of the Chi-square tests Bonferroni_alpha (Chi) # Shows the individual alpha level to be used
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.