Description Usage Arguments Examples
Load the Genotype of a QuantiNemo simulation
1 |
generation |
The generation from which we want to load the data. A Negative number mean starting from the end. |
replicate |
The replicate from which we want to load the data. A value of 0 mean that there is only one replicate. |
1 2 3 4 5 6 | my_sim <- new("simulation")
my_sim <- setParameter(my_sim,"quanti_loci",1)
my_sim <- setParameter(my_sim,"quanti_save_genotype",1)
run(my_sim)
geno <- loadGeno(my_sim)
table(geno$V2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.