Description Usage Arguments Value Author(s) Examples
View source: R/idiogram-functions.R
Extracts coordinates of centromere for a particular chromosome
1 | centromere(chromosome, build, verbose=FALSE)
|
chromosome |
Chromosome name. Several formats for specifying chromosome are allowed (see examples). |
build |
character string. Supported UCSC builds are ‘hg18’ and ‘hg19’. |
verbose |
Logical. Displays build used to annotate the centromere coordinates when TRUE |
integer: start and stop coordinates of centromere in basepairs
R. Scharpf
1 2 3 4 5 | centromere(1, "hg18")
centromere("1", "hg18")
centromere("chr1", "hg18")
centromere(1, "hg19")
centromere("X", "hg18")
|
No methods found in "RSQLite" for requests: dbGetQuery
Welcome to SNPchip version 2.22.0
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
[1] 121147476 123387476
[1] 121147476 123387476
[1] 121147476 123387476
[1] 121535434 124535434
[1] 58465033 61465033
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.