powered by
If data is missing it returns non-deuterated data in these columns.
extreme_input_undeut(hm_dir, replicates, timepoints, output_path = "NA")
Inputs for extreme for all data prepared.
directory in which all the folders which needs to be processed are
number of replicates in sample
lists timepoints used in experiments.
directory where output should be written
# \donttest{ 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()) # }
Run the code above in your browser using DataLab