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 ))
}

Try the ASpli package in your browser

Any scripts or data that you put into this service are public.

ASpli documentation built on Nov. 8, 2020, 5:21 p.m.