MeltCalc {InflectSSP} | R Documentation |
This function determines melt shifts for all proteins that meet quality criteria and also determines the melt shift p-values
Description
This function determines melt shifts for all proteins that meet quality criteria and also determines the melt shift p-values
Usage
MeltCalc(
Directory,
Data_CurveFit2_Complete_Unique,
CurveRsq,
PValMelt,
MeltLimit,
PValMeltFDR
)
Arguments
Directory |
the directory data is saved to |
Data_CurveFit2_Complete_Unique |
the curve fit data from the CurveFit2 function |
CurveRsq |
the criteria for melt curve p-values |
PValMelt |
the criteria for the melt shift p-values |
MeltLimit |
the melt shift temperature limit used for determining which proteins are significant |
PValMeltFDR |
Whether or not the FDR correction for pvalue is used in designation of melts of interest |
Value
Proteins melt shifts
Examples
## Not run:
Data_Melts<-MeltCalc(Directory,Data_CurveFit2_Complete_Unique,
CurveRsq,PValMelt,MeltLimit,PValMeltFDR)
## End(Not run)
[Package InflectSSP version 1.6 Index]