reference_level {proDA}R Documentation

Get the reference level

Description

Get the reference level

Usage

reference_level(object, ...)

Arguments

object

the object to get from

...

additional arguments used by the concrete implementation

Value

a string

See Also

accessor_methods for the implementation for a 'proDAFit' object

Examples

  syn_data <- generate_synthetic_data(n_proteins = 10)
  fit <- proDA(syn_data$Y, design = syn_data$groups, reference_level = "Condition_1")
  reference_level(fit)


[Package proDA version 1.7.0 Index]