findMins: A funciton to identify minimal values between peaks...

Description Usage Arguments Value

View source: R/finders.R

Description

To call peaks, the function looks betwen peaks to identify the minimum value between the two. With this function, you can assume that the first call will always be a peak call.ins

Usage

1

Arguments

list

: A list of GcAMP intensity values coorisponding to an experiemntal run.

peaks

: Index values coorisponding to peaks. Will run findPeaks() if nothing given.

returnValue

: Boolean whether or not to return indexes or intensity values.

Value

Returns a vector of either indexes or intensity values coorisponding to minimal values. It will only look for minimal values between peaks, so nothing should be showing up before the index of the first peak.


allgenesconsidered/RCaMP documentation built on May 24, 2019, 3:02 a.m.