| tVal {DMRScan} | R Documentation |
Method get T statistic for a region
Get test statistic for an object of type Region
Get test statistic for all regins within a RegionList class
tVal(region, ...) ## S4 method for signature 'Region' tVal(region, index = NULL) ## S4 method for signature 'RegionList' tVal(region, index = NULL)
region |
An opbject of type Region or RegionList |
... |
Index |
index |
Index to extract |
A numeric vector of t-values for a Region or RegionList
#Number of probes is n = 10
nCpG <- 10
region <- Region(tValues = rnorm(nCpG),
position = 1:nCpG,
chromosome = "3")
## T values for Region
tVal(region)