is_unpaired {CytoGLMM}R Documentation

Check if samples match or paired on condition

Description

Check if samples match or paired on condition

Usage

is_unpaired(df_samples_subset, condition, group)

Arguments

df_samples_subset

Data frame or tibble with proteins counts, cell condition, and group information

condition

The column name of the condition variable

group

The column name of the group variable

Value

A boolean


[Package CytoGLMM version 1.1.0 Index]