Description Usage Arguments Value
Sample a specific numbers of cells different subgroups of cells in a DGE data.frame.
1 | sample_cells(dge, sizes, groups, replace = TRUE)
|
dge |
A data.frame containing DGE data, with rows being genes and columns cells. The first column is assumed to provide the gene identifiers. |
sizes |
Number of cells that should be sampled from each group. |
groups |
A factor of length |
replace |
Should samples be drawn with replacement? |
A data.frame with sampled DGE data in the same format as dge
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.