meltR.A.nlme | R Documentation |
Experimental code: not ready for use
meltR.A.nlme(
data_frame,
blank,
NucAcid,
concT = 90,
Mmodel,
Tmodel = "VantHoff",
Save_results = "none",
file_prefix = "Fit",
file_path = getwd()
)
data_frame |
data_frame containing absorbance melting data |
blank |
the blank sample |
NucAcid |
A vector containing the Nucleic acid type and the sequences you are fitting. |
concT |
the temperature used to calculate the NucAcid concentration. Default = 90. |
Mmodel |
The molecular model you want to fit. Options: "Monomolecular.2State", "Monomolecular.3State", "Heteroduplex.2State", "Homoduplex.2State". |
Tmodel |
The thermodynamic model you want to fit. Options: "VantHoff". Default = "VantHoff". |
Save_results |
What results to save. Options: "all" to save PDF plots and ".csv" formated tables of parameters, "some" to save ".csv" formated tables of parameters, or "none" to save nothing. |
file_prefix |
Prefix that you want on the saved files. |
file_path |
Path to the directory you want to save results in. |
A list of data frames containing parameters from the fits and data for ploting the results with ggplot2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.