scaleScores | R Documentation |
perform scaling of logPhi into final scores
scaleScores(
dataDir,
scoreDir = NA,
outDir = NA,
paramFile = paste0(dataDir, "parameters.json"),
srOverride = FALSE,
bnOverride = FALSE,
autoPivot = FALSE,
useSimpleAverages = FALSE,
codonQuorum = c("off", "simple", "harsh")
)
dataDir |
working data directory |
scoreDir |
input directory for scores, defaults to subdirectory with latest timestamp ending in _scores. |
outDir |
output directory, defaults to name of input directory with _QC tag attached. |
paramFile |
input parameter file. defaults to <dataDir>/parameters.json |
srOverride |
single replicate override |
bnOverride |
bottleneck filter override |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.