| perGeneQValue {DEXSeq} | R Documentation |
The use case for this function is the following analysis: given per-exon p-values for null hypothesis H0, we can determine the number of genes in which at least for one exon H0 is rejected. What is the associated false disovery rate?
perGeneQValue(ecs, p = "pvalue", method = perGeneQValueExact)
ecs |
An |
p |
A character string indicating the name of the slot in
|
method |
Use the default value. This is for debugging only. |
Details
A named numeric vector, values are per-gene q-values, names are gene.
See also
## example code