Description Usage Arguments Value Author(s) See Also Examples
View source: R/quantsmoothplot.R
Determine cytoband position based on location of probe
1 | position2Cytoband(chrom, position, units = "hg19", bands = c("major", "minor"))
|
chrom |
chromosomal id, chromosome to plot 1:22,X,Y |
position |
numeric vector |
units |
character, type of positional unit |
bands |
chararcter, type of cytoband |
Character vector with cytobands, if an illegal position was used, the value "-" is returned. All positions within a single function call should be for a single chromosome
Jan Oosting
1 2 | position2Cytoband(1,c(50e6,125e6,200e6),units="bases")
position2Cytoband(1,c(50,125,200),units="cM",bands="minor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.