ReadBlocks: ReadBlocks

Description Usage Arguments Author(s)

View source: R/ReadBlocks.R

Description

ReadBlocks loads a block file in a nested lists a list of demes, where deme is a list of individuals, where individual is a list of chromosomes (simulation are diploid therefore this number is always off) and finally chromosome is a vector of blocks starting by As (ex. c(40) is a pure A chromosome of 40 loci c(0, 20) is a pure B chromosome of 20 loci c(0,5,1,4) is ch of three blocks of total 10 loci and it could be writen as BBBBBABBBB) c(5,1,4) is ch of three blocks of total 10 loci and it could be writen as AAAAABAAAA)

Usage

1
ReadBlocks(filename)

Arguments

filename

a name of block output to be read

Author(s)

Kamil Jaron kamiljaron at gmail.com


KamilSJaron/ConjunctionStats documentation built on May 7, 2019, 12:06 p.m.