write.population: Writes a population object to file.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Writes a population object to file, for easy loading of intermediate data later.

Usage

1
2
  write.population(population, offspring = "offspring", founders = "founders",
    map = "map", verbose = FALSE, debugMode = 0)

Arguments

population

An object of class population. See create.population for details.

offspring

Core used to specify names of children phenotypic ("core_phenotypes.txt") genotypic ("core_genotypes.txt") and annotations ("core_annotations.txt") files.

founders

Core used to specify names of parental phenotypic ("core_phenotypes.txt") file.

map

Core used to specify names of genetic ("map_genetic.txt") and physical ("map_physical.txt") map files.

verbose

Be verbose.

debugMode

1: Print out checks, 2: print additional time information

Details

This function writes an object of class population into a file.

Value

None.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

See Also

Examples

1
2
3
4
5
  ## Not run: 
    population <- fake.population()
    write.population(population,verbose=TRUE)
  
## End(Not run)

KonradZych/phenotypes2genotypes documentation built on May 30, 2019, 2:45 p.m.