View source: R/interpretation.R
qtlBaseSubstitutionEnrichment | R Documentation |
This function tests for enrichment of a specific base substitution in the methQTL interactions.
qtlBaseSubstitutionEnrichment(meth.qtl.res, merge = FALSE)
meth.qtl.res |
An object of type |
merge |
Flag indicating if 5' and 3' substitutions are to be merged or to be analyzed separately. |
The names of the list are e.g. A_G
, which refers to a replacement of the reference base A
with an A
. Enrichment is computed using Fisher's exact test, using all SNP that have been used
as input as the background.
A list with one element for each potential base substitution containing the enrichment p-value.
Michael Scherer
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
res <- qtlBaseSubstitutionEnrichment(meth.qtl.res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.