View source: R/count_breakpoints.R
count_breakpoints | R Documentation |
Count the number of breakpoints per individual
count_breakpoints(ind, hom = F)
ind |
An chromosome object |
hom |
Whether the indvidual is homozygous or not. Default is FALSE. If true, the number of breakpoints for only one of the chromosomes will be given |
The number of breakpoints in an individual. If hom is F, then it will return a vector of breakpoints on the two chromsomes, otherwise just one value will be given
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.