Learn R Programming

InflectSSP (version 1.5)

MeltCalc: 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
)

Value

Proteins melt shifts

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

Examples

Run this code
if (FALSE) {
     Data_Melts<-MeltCalc(Directory,Data_CurveFit2_Complete_Unique,
     CurveRsq,PValMelt,MeltLimit,PValMeltFDR)}

Run the code above in your browser using DataLab