# NOT RUN {
mysystem = createInSilicoSystem(G = 5, empty = TRUE, ploidy = 2)
mypop = createInSilicoPopulation(1, mysystem)
sim = simulateInSilicoSystem(mysystem, mypop, 100)
head(sim$Simulation)
mergedAllelic = mergeAlleleAbundance(sim$Simulation)
head(mergedAllelic)
# }
Run the code above in your browser using DataLab