ReportDataMelts {InflectSSP} | R Documentation |
This function generates results from the Inflect function after applying criteria input from the user
Description
This function generates results from the Inflect function after applying criteria input from the user
Usage
ReportDataMelts(
Data_Melts,
Data_CurveFit2_Control,
Data_CurveFit2_Condition,
Directory,
PValMelt
)
Arguments
Data_Melts |
abundance and fit data for proteins that meet quality criteria in overall workflow |
Data_CurveFit2_Control |
the curve fit data from the Curve Fit 2 function |
Data_CurveFit2_Condition |
the curve fit data from the Curve Fit 2 function |
Directory |
directory where data is saved |
PValMelt |
the criteria for the melt shift p-values |
Value
Excel files with summary of data along with melt curve plots for significant proteins
Examples
## Not run:
ReportDataMelts(Data_Melts,Data_CurveFit2_Control,Data_CurveFit2_Condition,Directory,PValMelt)
## End(Not run)
[Package InflectSSP version 1.6 Index]