peakcount: Compute the number of aligned reads overlapping the specified...

Description Usage Arguments Value Author(s) Examples

View source: R/process_bin.R

Description

Compute the number of aligned reads overlapping the specified peak intervals for the whole genome.

Usage

1
peakcount(chipdat, inputdat, peakpos, fragL = 200, unique = FALSE)

Arguments

chipdat

A list of the starting positions of the ChIP sample aligned reads for each chromosome. The sign of each coordinate represents its strand direction, with a positive numbers on the 5' strand and a negative numbers on the 3' strand.

inputdat

A list of the starting positions of the input sample aligned reads for each chromosome. The sign of each coordinate represents its strand direction, with a positive numbers on the 5' strand and a negative numbers on the 3' strand.

peakpos

A list containing the genome coordinates for each peak interval on each chromosome. Each list component is a 2-column matrix containing the left and right boundary of the peak intervals on one chromosome.

fragL

A numeric value of the fragment length of the aligned reads. Default: 200.

unique

A logical value for whether only reads mapping to unique nucleotide positions are counted.

Value

A list of the numbers of reads that overlap the corresponding peak intervals.

Author(s)

Chandler Zuo zuo@stat.wisc.edu

Examples

1
2
3
4

CSSP documentation built on Nov. 8, 2020, 8:26 p.m.

Related to peakcount in CSSP...