Description Usage Arguments Value Examples
This function will return a mean squared error between estimated density of amino acid typing and secondary structure combination based on the given dataset and reference correction values for the alpha and beta carbons. The estimated amino acid typing density is based on the BaMORC method.
1 | calculate_mse(step_ca, step_cb, dat_cacb, aa_Freq)
|
step_ca |
Potential correction value for alpha carbon. |
step_cb |
Potential correction value for beta carbon. |
dat_cacb |
Chemical shift data frame of alpha and beta carbons. |
aa_Freq |
Actual amino acid typing and secondary structure frequency calculated basing on provided protein sequence. |
Mean squared error.
1 2 3 | # chemicalShifts and aaFreq are predefined sample variables for demo purpose.
calculate_mse(step_ca=1, step_cb=1, dat_cacb=chemicalShifts[, c(3,4)], aa_Freq=aaFreq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.