Description Usage Arguments Details Value
This function consolidates experiments for a protein based on directory hierarchy. The hierarchy should be as follows from within the working directory where these functions will be executed:
1 2 3 4 5 6 7 | consolidate_experiments(
prot_dir,
join_vars = NULL,
legacy = FALSE,
SLSheader = TRUE,
DLSheader = FALSE
)
|
prot_dir |
a character string identical to subdirectory name of working directory where the experiment "Exports" folder is located for the protein being analyzed |
legacy |
a boolean value, TRUE if individual SLS/DLS spectra files were exported, FALSE if SLS/DLS "bundle" files were exported; default is FALSE |
SLSheader |
sets header argument for |
DLSheader |
sets header argument for |
<wd>/ <prot_dir>/ "Exports"/ "General Screen" "pH Screen" ...
The prot_dir
argument should match the name of the protein subdirectory within
the working directory. This is deliberate as it forces the user to make
a coherent choice about which data to process. Exported summary and spectra
should be contained within named subdirectories of a directory named "Exports"
located within the prot_dir
directory.
consolidate_experiments
a named list of dataframes containing the consolidated data for each experiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.