R/assay_index.R

Defines functions assay_index

assay_index<-function(target,plate){
  A<-target == "LLOD"
  B<-target == "SSMD-Z'"
  C<-plate == "Whole"
  D<-plate == "Split"
  c(1:3)[c(A,all(B,C),all(B,D))]
}
JARS3N/preciseR documentation built on June 30, 2020, 5:08 a.m.