Description Usage Arguments Value Examples
Function to retrieve base positions of the centromere of a specific chromosome.
1 | centromere(chr, hg='hg18')
|
chr |
chromosome of which you want to retrieve the centromere base positions. |
hg |
genome build used for retrieving the centromere base positions of the selected chromosome. Current available options are: |
The function returns the start and end base positions of the centromere of the selected chromosome, by using the specified genome build. The function is based on the annotation provided in the package GWASTools
.
1 2 | #centromere base positions of chromosome 1 in genome build hg18
centromere(1, hg='hg18')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.