Description Usage Arguments Details Value
Normalise an EMSet
with scran's deconvolution
method by Lun et al. 2016.
1 | scranNormalise(object, quickCluster = FALSE, min.mean = 1e-05)
|
object |
An |
quickCluster |
Use scran's quickCluster method (TRUE) or use randomly- assigned groups (FALSE, Default). |
min.mean |
Threshold for average counts. This argument is for the
|
Users may choose to run computeSumFactors using either preset group sizes (40,60, 80 and 100) or quickCluster. For datasets with over 20,000 cells - it is recommended you use quickCluster.
An EMSet
with an expression matrix with counts
normalised by normalize
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.