size_factors | R Documentation |
Calculate deconvolving size factors from cell pools using scran computeSumFactors
size_factors( sce, min.size = 10, max.size = 3000, min.mean = 0.1, method = "igraph", group.col = NULL, seed = 100, ncores = 1, prefix = NULL, plot = TRUE, verbose = TRUE )
sce |
A SingleCellExperiment object containing expression values, usually counts. |
min.size |
An integer scalar specifying the minimum size of each cluster. |
max.size |
Maximum cluster size. |
min.mean |
A numeric scalar specifying the filter to be applied on the average count for each filter prior to computing ranks.
Only used when |
method |
String specifying the clustering method to use.
|
group.col |
column name of the groups. |
seed |
Random seed. |
ncores |
Number of cores. |
prefix |
Prefix for file name for the QC metrics histograms. |
plot |
TRUE/FASLE for whether plot the QC metrics histograms. |
verbose |
TRUE/FASLE for specifying whether diagnostics should be printed to screen. |
A SingleCellExperiment object with size factors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.