get_params | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.