Learn R Programming

DArand (version 0.0.1.2)

select_prob: Probabilities to select a normalization set without DE-gene

Description

Probabilities to select a normalization set without DE-gene

Usage

select_prob(m, k, invariant = TRUE)

Arguments

m,

number of genes

k,

normalization subset size

invariant,

boolean, when TRUE, probability of selection is evaluated for invariant gene

Value

a vector of probabilities of having at least one differential expression used as an reference selected in the normalization subset for any number of differential expressions d in the gene collection.

Examples

Run this code
# NOT RUN {
select_prob(500, 10, invariant=TRUE)
# }

Run the code above in your browser using DataLab