how can i get or calculate the motif percentage of each sequence?
1
0
Entering edit mode
7.6 years ago
qingchun98 • 0

enter image description here such like this

ChIP-Seq sequence • 1.3k views
ADD COMMENT
0
Entering edit mode
7.6 years ago

This isn't plotting a motif percentage per sequence, it's the percentage of peaks containing a given motif.

  1. Call peaks
  2. Sort them by a score of some sort
  3. Intersect with the known motif locations (i.e., annotate each peak according to whether it overlaps with the motif).
  4. Load that into R, write a little function to summarize % peaks with motif in the first n peaks from that and plot.
ADD COMMENT
0
Entering edit mode

can I use the p-value or q-value in MAST result ?

ADD REPLY
0
Entering edit mode

You can use anything you want for the ranking/sorting.

ADD REPLY

Login before adding your answer.

Traffic: 2697 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6