Description Usage Arguments Details Author(s) References See Also Examples
This function plots the Correlation Motif patterns, the associated prior probability distributions and the number of SNPs called for each motif based on posterior probability.
1 |
bestmotif |
The bestmotif obtained from iASeqmotif. |
title |
The title on the figure. |
cutoff |
The posterior probability cutoff for calling a SNP belonging to certain motif. |
Each row in all graphs corresponds to one motif pattern. The first graph shows qup, the correlation motif pattern of over expression (binding). The second graph shows qdown, the correlation motif pattern of under expression (binding). The grey color scale of cell (k,d) indicates the probability that motif k is over or under expressed in study d. Each row of the two bar charts corresponds to the motif pattern in the same row of the left two pattern graphs. The length of the bar in the first bar chart estimates the number of SNPs of the given pattern in the dataset according to motif frequency, which is equal to motif.fitted\$bestmotif\$motif.prior multiplying the number of total SNPs. The length of the bar in the second bar chart shows the number of SNPs called for the given pattern according to the cutoff of posterior probability.
Yingying Wei, Hongkai Ji
Yingying Wei, Xia Li, Qianfei Wang, Hongkai Ji (2012) iASeq: integrating multiple ChIP-seq datasets for detecting allele-specific binding.
iASeqmotif
, plotBIC
, sampleASE
1 2 | example(iASeqmotif) # compute 'motif.fitted'
plotMotif(motif.fitted$bestmotif,cutoff=0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.