Closed DarioS closed 1 year ago
Would it be useful to have verbose parameter and print the proportion of variance explained by each dimension?
verbose
example_sce <- mockSCE() example_sce <- logNormCounts(example_sce) example_sce <- runPCA(example_sce) attributes(reducedDim(example_sce))$percentVar
Would it be useful to have
verbose
parameter and print the proportion of variance explained by each dimension?