sce2array | R Documentation |
Convert the ENIGMA CSE profile (SingleCellExperiments object) into array format (genes * samples * cell types)
sce2array(object, model_name = NULL, norm_output = TRUE)
object |
the ENIGMA object |
model_name |
name of the model, if null, the object@result_CSE or object@result_CSE_normalized would be used |
norm_output |
Output the normalized CSE profiles |
an array with three dimensions.
## Not run: egm = ENIGMA_l2max_norm(egm,model_tracker = TRUE, model_name = "Ken") CSE = sce2array(egm, model_name = "Ken") CSE = sce2array(egm) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.