Description Usage Arguments Value See Also Examples
View source: R/recomputePermTest.R
Recomputes the permutation test changing the alternative hypotesis
1 | recomputePermTest(ptr)
|
ptr |
an object of class |
A list of class permTestResults
containing the same components as permTest
results.
1 2 3 4 5 6 7 8 9 10 11 | 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.