View source: R/utility_functions.R
pseudoReplicates | R Documentation |
Create pseudo-replicates, stratified by grouping variable.
pseudoReplicates(object, split.by, n = 2)
object |
Seurat object |
split.by |
name of metadata column to create pseudo-replicates for. |
n |
numerical, number of replicates to create. |
Returns a Seurat object where latest pseudo replicates results will be stored in object metadata under 'pseudo_replicates'. Note that 'pseudo_replicates' will be overwritten every time pseudoReplicates is run
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.