#Input variables
madc_file <- system.file("example_MADC_FixedAlleleID.csv", package="BIGr")
#Calculations
temp <- tempfile()
# Converting to additive relationship matrix
gmat <- madc2gmat(madc_file,
seed = 123,
ploidy=2,
output.file = NULL)
Run the code above in your browser using DataLab