Description Usage Arguments Value Author(s) Examples
Calculate a vector of p-values expressing the difference between two coverages. Works by windows.
1 | findPVals(x, y, wins = 10000)
|
x |
Coverage of the first sample for a given chromosome. |
y |
Coverage of the second sample for the same chromosome as x. |
wins |
Size of the window. |
A numeric
vector of p-values per base-pair.
Ricard Illa, Diego Gallego, Diana Buitrago diana.buitrago@irbbarcelona.org
1 2 | data(sample_chrII)
pval <- findPVals(sample_chrII[[1]], sample_chrII[[2]], win=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.