The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
library(rBiasCorrection)
<- "CDH1"
samplelocusname <- 1234
seed
::fwrite(
data.table::example.data_experimental$dat,
rBiasCorrectionpaste0(tempdir(), "/experimental_data.csv")
)::fwrite(
data.table::example.data_calibration$dat,
rBiasCorrectionpaste0(tempdir(), "/calibration_data.csv")
)
<- paste0(tempdir(), "/experimental_data.csv")
experimental <- paste0(tempdir(), "/calibration_data.csv") calibration
::availableCores() future
<- microbenchmark::microbenchmark({
results_multi ::biascorrection(
rBiasCorrectionexperimental = experimental,
calibration = calibration,
samplelocusname = samplelocusname,
plotdir = plotdir,
csvdir = csvdir,
seed = seed
)},times = times
)
results_multi
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.