Description Usage Arguments Details Value Examples
View source: R/perGeneQValue.R
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?
1 | perGeneQValue(object, p = "pvalue", method = perGeneQValueExact)
|
object |
An |
p |
A character string indicating the name of the columns 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.
1 2 3 4 5 6 7 | data(pasillaDEXSeqDataSet, package="pasilla")
dxd <- estimateSizeFactors( dxd )
dxd <- estimateDispersions( dxd )
dxd <- testForDEU( dxd )
dxr <- DEXSeqResults( dxd )
perGeneQValue(dxr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.