Learn R Programming

HDXBoxeR (version 0.0.2)

extreme_input_undeut: Makes input for Extreme for bimodal analysis.

Description

If data is missing it returns non-deuterated data in these columns.

Usage

extreme_input_undeut(hm_dir, replicates, timepoints, output_path = "NA")

Value

Inputs for extreme for all data prepared.

Arguments

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

Examples

Run this code
# \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