# \donttest{
path_to_tox <- system.file("extdata", package = "toxEval")
file_name <- "OWC_data_fromSup.xlsx"
full_path <- file.path(path_to_tox, file_name)
tox_list <- create_toxEval(full_path)
ACC <- get_ACC(tox_list$chem_info$CAS)
ACC <- remove_flags(ACC)
cleaned_ep <- clean_endPoint_info(end_point_info)
filtered_ep <- filter_groups(cleaned_ep)
cs <- get_chemical_summary(tox_list, ACC, filtered_ep)
cs$guide_side <- "A"
cs2 <- cs
cs2$guide_side <- "B"
cs_double <- rbind(cs, cs2)
plot_tox_endpoints2(cs_double, guide_side,
top_num = 10
) +
ggplot2::facet_grid(. ~ guide_side, scales = "free_x")
# }
Run the code above in your browser using DataLab