.fitModelForGroupComparison {MSstats}R Documentation

Choose a model type (fixed/mixed effects) and fit it for a single protein

Description

Choose a model type (fixed/mixed effects) and fit it for a single protein

Usage

.fitModelForGroupComparison(
  input,
  repeated,
  is_single_subject,
  has_tech_replicates
)

Arguments

input

data.table of summarized data

repeated

if TRUE, experiment consists of repeated measurements

is_single_subject

if TRUE, experiment consists of a single subject

has_tech_replicates

if TRUE, there are technical replicates


[Package MSstats version 4.1.1 Index]