## Round Clint-L4 data, exclude p-value columns, and don't export results
level4 <- invitroTKstats::clint_L4
round_output(data.in = level4,
exclusion.cols = c("Clint.pValue", "Sat.pValue", "degrades.pValue"),
output.res = FALSE)
## Round Clint-L4 data and export results.
## Note: Will export as a .tsv file.
if (FALSE) {
round_output(data.in = level4, assay = "Clint", level = "4")
}
## Round Clint-L4 .tsv data and export to INPUT.DIR.
## Will need to replace FULL_FILENAME and INPUT.DIR with full filename and location of .tsv.
if (FALSE) {
round_output(FULL_FILENAME = "Example-Clint-Level4.tsv",
INPUT.DIR = "")
}
## Round Clint-L4 .RData and export to OUTPUT.DIR
## Will need to replace FULL_FILENAME and INPUT.DIR with full filename and location
## of .RData. Will also need to replace OUTPUT.DIR with desired location of rounded
## data file.
if (FALSE) {
round_output(FULL_FILENAME = "Example-Clint-Level4Analysis-2025-04-17.RData",
INPUT.DIR = "",
OUTPUT.DIR = "")
}
Run the code above in your browser using DataLab