Description Usage Value Examples
View source: R/print.permTestResults.R
Print permTestResults objects
1 2 |
the object is printed
1 2 3 4 5 6 | genome <- filterChromosomes(getGenome("hg19"), keep.chr="chr1")
A <- createRandomRegions(nregions=20, length.mean=10000000, length.sd=20000, genome=genome, non.overlapping=FALSE)
B <- c(A, createRandomRegions(nregions=10, length.mean=10000, length.sd=20000, genome=genome, non.overlapping=FALSE))
pt <- permTest(A=A, B=B, ntimes=10, alternative="auto", verbose=TRUE, genome=genome, evaluate.function=meanDistance, randomize.function=randomizeRegions, non.overlapping=FALSE)
print(pt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.