View source: R/buildBackgroundModel.R
buildZTestBackgroundModel | 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
.
Jianhong Ou, Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.