sigPeakFinder: Signifigant Peak Finder

Description Usage Arguments Value Examples

View source: R/sigPeakFinder.R

Description

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

Usage

1
sigPeakFinder(SUM.data, thresh, percent)

Arguments

SUM.data

a peak file containing two conn files connection data

thresh

the amount of total connections in at least one conn file which the user determines is signifigant, only peaks above this will be taken

percent

the percent change in amount of connection between each conn file which the user deems is signifigant

Value

a dataframe containing the peak information of your signifigant peaks

Examples

1
peaks.data = sigPeakFinder(SUM.data, 20, 50)

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