Description Usage Arguments Value
Input data must be in tidy format. This function calculates Weighted Spectral Difference for preprocessed data that has been made with WSD_dataprep or otherwise tidy preprocessed data. Output is a tidy data.frame with all WSD (and SD) values for input raw data.
1 2 3 4 5 6 7 8 |
data |
A tidy 5 column dataframe containing wavelength, temperature, Molar Elipticity or Radians Measures from Circular Dichroism Experiment, pH, and protein ID columns |
control_temp |
Temperature of control condition from which to calculate weighted spectral difference |
control_pH |
pH of control condition from which to calculate weighted spectral difference |
units |
(unsupported) The units of input data. Defaults to Molar Elipticity. Options: "MolElip", "Radians", etc |
min_wavelength |
lowest wavelength (from first column of dataframe) to include in weighted spectral difference calculation |
max_wavelength |
highest wavelength (from first column of dataframe) to include in weighted spectral difference calculation |
A tidy data.frame that contains WSD estimates for each condition tested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.