get_params {scone} | R Documentation |
Extract scone parameters
get_params(x) ## S4 method for signature 'SconeExperiment' get_params(x)
x |
an object of class |
A data.frame containing workflow parameters for each scone workflow.
set.seed(42) mat <- matrix(rpois(500, lambda = 5), ncol=10) colnames(mat) <- paste("X", 1:ncol(mat), sep="") obj <- SconeExperiment(mat) res <- scone(obj, scaling=list(none=identity, uq=UQ_FN), run = FALSE, k_ruv=0, k_qc=0, eval_kclust=2) params = get_params(res)