Learn R Programming

iASeq (version 1.16.0)

plotMotif: Correlation Motif Plot

Description

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.

Usage

plotMotif(bestmotif,title="",cutoff)

Arguments

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.

Details

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.

References

Yingying Wei, Xia Li, Qianfei Wang, Hongkai Ji (2012) iASeq: integrating multiple ChIP-seq datasets for detecting allele-specific binding.

See Also

iASeqmotif, plotBIC, sampleASE

Examples

Run this code
example(iASeqmotif) # compute 'motif.fitted'
plotMotif(motif.fitted$bestmotif,cutoff=0.9)

Run the code above in your browser using DataLab