recomputePermTest {regioneR} | R Documentation |
Recomputes the permutation test changing the alternative hypotesis
recomputePermTest(ptr)
ptr |
an object of class |
A list of class permTestResults
containing the same components as permTest
results.
A <- createRandomRegions(nregions=10, length.mean=1000000) B <- createRandomRegions(nregions=10, length.mean=1000000) resPerm <- permTest(A=A, B=B, ntimes=5, alternative="less", genome="hg19", evaluate.function=meanDistance, randomize.function=randomizeRegions) plot(resPerm)