MeltCalc | R Documentation |
This function determines melt shifts for all proteins that meet quality criteria and also determines the melt shift p-values
MeltCalc(
Directory,
Data_CurveFit2_Complete_Unique,
CurveRsq,
PValMelt,
MeltLimit,
PValMeltFDR
)
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 |
Proteins melt shifts
## Not run:
Data_Melts<-MeltCalc(Directory,Data_CurveFit2_Complete_Unique,
CurveRsq,PValMelt,MeltLimit,PValMeltFDR)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.