Description Usage Arguments Examples
can provide a subset which are randomly select from a given Seurat Object with a very rate.
1 | sample_seurat(sobj, sample_rate = 1, rep = F)
|
sobj |
seurat object |
sample_rate |
sample rate. default is 1 |
rep |
whether want repeated, default is False |
1 2 | data("pbmc3k")
sample_seurat(pbmc3k,sample_rate=0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.