Learn R Programming

onemap (version 3.0.0)

print.onemap_segreg_test: Show the results of segregation tests

Description

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.

Usage

# S3 method for onemap_segreg_test
print(x, ...)

Value

a dataframe with marker name, H0 hypothesis, chi-square statistics, p-values, and

Arguments

x

an object of class onemap_segreg_test

...

currently ignored

Examples

Run this code

# \donttest{
 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
# }

Run the code above in your browser using DataLab