checkGroups: Check that each group has at least a certain number of...

View source: R/checkGroups.R

checkGroupsR Documentation

Check that each group has at least a certain number of samples

Description

Check that each group has at least a certain number of samples

Usage

checkGroups(
  dataset = NULL,
  factor = NULL,
  stratifiers = NULL,
  min_n = 3,
  verbose = T
)

Arguments

dataset

MicroVis dataset. Default is the active dataset

factor

Factor along which to group the samples

stratifiers

Stratifiers along which to stratify the samples

min_n

Minumum number of samples expected in each group

verbose

If set to TRUE, prints out processing text

Value

TRUE or FALSE indicating whether any groups in the specified factor have fewer than the specified number of samples


microresearcher/MicroVis documentation built on Feb. 8, 2024, 10:59 a.m.