abundances: Get the abundance matrix

abundancesR Documentation

Get the abundance matrix

Description

Get the abundance matrix

Usage

abundances(object, ...)

Arguments

object

the object to get from

...

additional arguments used by the concrete implementation

Value

the original matrix that was fitted

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)
  abundances(fit)


const-ae/proDA documentation built on Oct. 31, 2023, 9:39 p.m.