print.ChIPComp {ChIPComp} | R Documentation |
Print top differential binding sites ranked by posterior probability in a decreasing order.
## S3 method for class 'ChIPComp' print(x,topK=10,...)
x |
A |
topK |
top K differential binding sites. Default is 10. |
... |
Other parameters to |
Print differential binding sites ranked by posterior probability
Hao Wu<hao.wu@emory.edu>, Li Chen <li.chen@emory.edu>
data(seqData) seqData=ChIPComp(seqData) print(seqData)