findPVals: Calculate a vector of p-values expressing the difference...

Description Usage Arguments Value Author(s) Examples

Description

Calculate a vector of p-values expressing the difference between two coverages. Works by windows.

Usage

1
findPVals(x, y, wins = 10000)

Arguments

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.

Value

A numeric vector of p-values per base-pair.

Author(s)

Ricard Illa, Diego Gallego, Diana Buitrago diana.buitrago@irbbarcelona.org

Examples

1
2
    data(sample_chrII)
    pval <- findPVals(sample_chrII[[1]], sample_chrII[[2]], win=10000)

nucleosome-dynamics/NucDyn documentation built on July 10, 2019, 10:54 a.m.