View source: R/Extreme_input_prep_undeut.R
| extreme_input_undeut | R Documentation | 
If data is missing it returns non-deuterated data in these columns.
extreme_input_undeut(hm_dir, replicates, timepoints, output_path = "NA")
| hm_dir | directory in which all the folders which needs to be processed are | 
| replicates | number of replicates in sample | 
| timepoints | lists timepoints used in experiments. | 
| output_path | directory where output should be written | 
Inputs for extreme for all data prepared.
path_to_folders<-system.file("extdata",  package = "HDXBoxeR")
extreme_input_undeut(hm_dir=path_to_folders, replicates = 3,
timepoints =c(3, 60, 1800, 72000), output_path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.