View source: R/print.permTestResults.R
print.permTestResults | R Documentation |
Print permTestResults objects
## S3 method for class 'permTestResults'
print(x, ...)
the object is printed
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.