meltR.A.derivative: Takes the first and second derivatives of a melting curves

View source: R/meltR.A.derivative.R

meltR.A.derivativeR Documentation

Takes the first and second derivatives of a melting curves

Description

Takes the first and second derivatices of all the melting curves in a meltR data frame. Returns a list of dataframes, one containing the first deeivative and one containing the second.

Usage

meltR.A.derivative(data_frame, n = 4)

Arguments

data_frame

The MeltR data frame you want to take the derivative of. Columns must be named "Sample", "Pathlength", "Temperature", and "Absorbance.

n

The number of data point you want to smooth the first derivative to. Default n = 4.

Value

A list of data frames. One data frame contains the first derivative and one data frame contains the second derivative.


JPSieg/MeltR documentation built on Feb. 4, 2024, 7:10 a.m.