View source: R/recomputePermTest.R
recomputePermTest | 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.
permTest
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.