View source: R/test_segregation.R
print.onemap_segreg_test | R Documentation |
It shows the results of Chisquare tests performed for all markers in a onemap object of cross type outcross, backcross, F2 intercross or recombinant inbred lines.
## S3 method for class 'onemap_segreg_test' print(x, ...)
x |
an object of class onemap_segreg_test |
... |
currently ignored |
a dataframe with marker name, H0 hypothesis, chi-square statistics, p-values, and
data(onemap_example_out) # Loads a fake outcross dataset installed with onemap Chi <- test_segregation(onemap_example_out) # Performs the chi-square test for all markers print(Chi) # Shows the results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.