R/getConditions_function.R

Defines functions getConditions

Documented in getConditions

# This function return the names of the unique conditions corresponing to the 
# targets in the order that they are assigned to define the constrat.
getConditions <- function( targets ) {
  return( unique ( .condenseTargetsConditions( targets )$condition ))
}
chernolab/ASpli documentation built on March 11, 2021, 12:24 a.m.