getpower | R Documentation |
Get the index with power restriction for certain study with BH adjusted p-value and certain power.
getpower(list, pt = 0.05, qt = 0.05, powert = 0.8, imputation = "l")
list |
list with data as peaks list, mz, rt and group information |
pt |
p value threshold, default 0.05 |
qt |
q value threshold, BH adjust, default 0.05 |
powert |
power cutoff, default 0.8 |
imputation |
parameters for 'getimputation' function method |
list with current power and sample numbers for each peaks
getdata2
,getdata
, getmzrt
, getimputation
, getmr
,getdoe
data(list) getpower(list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.