Last chance! 50% off unlimited learning
Sale ends in
Writes a population object to file, for easy loading of intermediate data later.
write.population(population, offspring = "offspring", founders = "founders",
map = "map", verbose = FALSE, debugMode = 0)
An object of class population
. See create.population
for details.
Core used to specify names of children phenotypic ("core_phenotypes.txt") genotypic ("core_genotypes.txt") and annotations ("core_annotations.txt") files.
Core used to specify names of parental phenotypic ("core_phenotypes.txt") file.
Core used to specify names of genetic ("map_genetic.txt") and physical ("map_physical.txt") map files.
Be verbose.
1: Print out checks, 2: print additional time information
None.
This function writes an object of class population
into a file.
add.to.population
- Adding data to existing population object.
create.population
- Create new object of class population.
read.population
- Create new object of class population.
# NOT RUN {
# }
# NOT RUN {
population <- fake.population()
write.population(population,verbose=TRUE)
# }
Run the code above in your browser using DataLab