Description Usage Arguments Examples
This function allows you to (automatically) select the most appropriate cell rows of your dataset.
1 2 3 4 5 | select.cells(
df,
max.cells = 2000,
selection.criteria = c("non.zeros", "mean", "variance", "random")
)
|
df |
Dataset. |
max.cells |
Maximum number of selected cells (optional). |
selection.criteria |
Criteria to be applied to select cells. Default: 'non.zeros' |
1 | df <- select.cells(df, max.cells=2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.