select.cells: Select (automatically) the most appropriate cell rows of your...

Description Usage Arguments Examples

View source: R/datasets.R

Description

This function allows you to (automatically) select the most appropriate cell rows of your dataset.

Usage

1
2
3
4
5
select.cells(
  df,
  max.cells = 2000,
  selection.criteria = c("non.zeros", "mean", "variance", "random")
)

Arguments

df

Dataset.

max.cells

Maximum number of selected cells (optional).

selection.criteria

Criteria to be applied to select cells. Default: 'non.zeros'

Examples

1
df <- select.cells(df, max.cells=2000)

rlebron-bioinfo/gnlearn documentation built on July 25, 2020, 12:38 p.m.