Description Usage Arguments Value Examples
View source: R/seuratFunctions.R
seuratComputeJackStraw Compute jackstraw plot and store the computations in the input sce object
1 | seuratComputeJackStraw(inSCE, useAssay, dims = NULL)
|
inSCE |
(sce) object on which to compute and store jackstraw plot |
useAssay |
Assay containing scaled counts to use in JackStraw calculation. |
dims |
Number of components to test in Jackstraw. If |
Updated SingleCellExperiment
object with jackstraw computations stored in it
1 2 3 4 5 6 7 8 9 | data(scExample, package = "singleCellTK")
## Not run:
sce <- seuratNormalizeData(sce, useAssay = "counts")
sce <- seuratFindHVG(sce, useAssay = "counts")
sce <- seuratScaleData(sce, useAssay = "counts")
sce <- seuratPCA(sce, useAssay = "counts")
sce <- seuratComputeJackStraw(sce, useAssay = "counts")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.