ideStatMaker: Function taht creates a ide stat automatically if you have...

Description Usage Arguments

View source: R/traceStats.R

Description

Function taht creates a ide stat automatically if you have all control and test window regions in the data. To make this work you can't half ass your window regions you must include all control window regions

Usage

1
2
3
4
5
6
ideStatMaker(
  dat,
  statType = "max",
  testPulseExp = "^[kK][.]20",
  controlToUse = c(1, 2, 3)
)

Arguments

statType

"max", "snr", "tot" are entries into this

controlToUse

this is an integer input to specify the testPulse to use for control is lefft NA, the pulse prior to the pulse is control pulse

testPulseNames

this is the test pulse names that contains the experiments, examples include "^[kK].*40" or "^[aA][cC][hH].*300[uU][mM]" or "ATP"


leeleavitt/procPharm documentation built on Feb. 3, 2021, 11:43 a.m.