powered by
Makes input for Extreme for bimodal analysis.
extreme_input_gap(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 the output files will be saved, hm_dir default
# \donttest{ path_to_folders<-system.file("extdata", package = "HDXBoxeR") extreme_input_gap(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