cohort_path = paste0(system.file("extdata/processed_data/", package = "allMT"), "/")
summarize_cohortMT (input_files_path = cohort_path, unit = "billion",
anc_range = c(0.75, 1.5), dose_intensity_threshold = c(80, 100))
# \donttest{
summarize_cohortMT(input_files_path = cohort_path,
unit = "billion", anc_range = c(0.8, 2), dose_intensity_threshold = 150)
# As per BFM protocol (Reference PMID - 15902295):
summarize_cohortMT (input_files_path = cohort_path,
unit = "billion", anc_range = c(2, NA), dose_intensity_threshold = 150)
# As per St Jude protocol (Reference PMID - 15902295):
summarize_cohortMT (input_files_path = cohort_path,
unit = "billion", anc_range = c(0.8, 2), dose_intensity_threshold = 100)
# }
Run the code above in your browser using DataLab