pos {DMRScan} | R Documentation |
Method pos
Get the chromosomal coordinates for a Region
Get the chromosomal coordinates for a list of regions in a RegionList object
pos(region) ## S4 method for signature 'Region' pos(region) ## S4 method for signature 'RegionList' pos(region)
region |
An opbject of type Region or RegionList |
An integer vector of positions for each probe site
#Number of probes is n = 10 nCpG <- 10 region <- Region(tValues = rnorm(nCpG), position = 1:nCpG, chromosome = "3") ## Genomic coordinates for Region pos(region)