buildZTestBackgroundModel {dagLogo} | R Documentation |
Build a background model for Z-test.
buildZTestBackgroundModel(dagPeptides, matches, numSubsamples = 30L, rand.seed = 1, testType = "ztest", replacement = FALSE)
dagPeptides |
An object of |
matches |
A character vector with the matched subsequences. |
numSubsamples |
An integer, the number of random sampling. |
rand.seed |
An integer, the seed used to perform random sampling |
replacement |
A logical vector of length 1, indicating whether replacement is allowed for random sampling. |
An object of dagBackground-class
Class.
Jianhong Ou, Haibo Liu