buildZTestBackgroundModel: Build a background model for Z-test.

Description Usage Arguments Value Author(s)

View source: R/buildBackgroundModel.R

Description

Build a background model for Z-test.

Usage

1
2
3
4
5
6
7
8
buildZTestBackgroundModel(
  dagPeptides,
  matches,
  numSubsamples = 30L,
  rand.seed = 1,
  testType = "ztest",
  replacement = FALSE
)

Arguments

dagPeptides

An object of dagPeptides-class containing peptide sequences as the input set.

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.

Value

An object of dagBackground-class.

Author(s)

Jianhong Ou, Haibo Liu


haibol2016/dagLogo documentation built on June 28, 2020, 1:31 a.m.