Nseg_chr | R Documentation |
Estimate the number of independent segments in a chromosome based on the effective population size
Nseg_chr(chr.table, chr_length, Ne)
chr.table |
A table containing the chromosomes and the chromosomal length (in centiMorgans). |
chr_length |
The name of the column where the length of the chromosomes are informed. |
Ne |
The effective population size. |
This function uses a adapted version of the formula proposed by Goddard et al. (2011) to estimate the independent number of segments in a chromosome based on the effective population size.
A data frame with the effevtive number of segments in each chromosome.
Goddard et al. (2011) Journal of animal breeding and genetics, Volume 128, Issue 6, Pages 409-421. (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/j.1439-0388.2011.00964.x")})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.