Description Usage Arguments Value Examples
This is an importing function that takes the CSV files from the Jasco J-810 machine and organizes all the CD Melt spectra data at each temperature into a large data frame.
1 |
files |
path to where csv files are located. If missing, the user is prompted to select a folder interactively. |
a list containing a data frame and an atomic vector
1 2 3 4 5 6 7 8 | ## Not run:
#selecting file interactively
protein <- importCD()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.