powered by
Example function to create simulations with no effects.
pleio_simulate(n_traits, n_individuals, n_snp, percentage_mv = 0)
number of traits to simulate.
number of individuals to simulate.
number of SNPs to simulate.
proportion of missing values. By default = 0.
a list with pheno and geno to test the pleioR function.
# NOT RUN { sim1 <- pleio_simulate(n_traits = 3, n_individuals = 1e4, n_snp = 1e3, percentage_mv = 0.1) # }
Run the code above in your browser using DataLab