peaksCut: Peak Cutter and Reducer

Description Usage Arguments Value Examples

View source: R/peaksCut.R

Description

creates a dataframe which mirrors a reduced matrix to help in interpretation

Usage

1
peaksCut(uniquepeaks, dim, startNum, endNum)

Arguments

uniquepeaks

a vector containing all the unique files in the conn file used to generate the simple matrix

dim

the amount of peaks you want in each bin

startNum

the start coordinate of your desired region

endNum

the end coordinate of your desired region

Value

a dataframe containing the peak information of your reduced peaks

Examples

1
peaks.data = peaksCut(uniquepeaks, 70, 1200, 300000000)

samissimas/ciceroAddition documentation built on Aug. 10, 2019, 12:02 a.m.