Peaks: Peaks

PeaksR Documentation

Peaks

Description

Make a data.frame that represents a list of peaks.

Usage

Peaks(chrom = factor(), 
    base.before = integer(), 
    last.base = integer())

Arguments

chrom

character or factor with chrom name for example "chr22"

base.before

integer, base before peak.

last.base

integer, last base of peak.

Value

data.frame with columns chrom, chromStart, chromEnd.

Author(s)

Toby Dylan Hocking


PeakError documentation built on Sept. 8, 2023, 5:32 p.m.

Related to Peaks in PeakError...