You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use modisco meme to generate meme file with CWM-PFM, my result is all round 0.25 for each position and nucleotide. Those values are almost near background frequencies, which seems to mean representing no pattern.
I noticed that there is a similar result in example ModiscoDemonstration.ipynb. I thought the job of modisco meme was to extract the meme file format from the h5 file summarized by modisco, but the output results seems to tell me that the model did not learn any patterns. Does I misunderstand the role of modisco meme?
By the way, how do I understand the difference between CWM and CWM-PFM? And how do I determine which mode to use?
Thank you very much for any advice ^_^ !~
The text was updated successfully, but these errors were encountered:
Without seeing the output or an example it's difficult to know exactly what is going on, but it is possible that some of the "patterns" learned by modisco are not actually real patterns but just an artifact from the clustering process. Are you observing this for every pattern?
The documentation for the command says
A case-sensitive string specifying the desired data of the output file.,
The options are as follows:
- 'PFM': The position-frequency matrix.
- 'CWM': The contribution-weight matrix.
- 'hCWM': The hypothetical contribution-weight matrix; hypothetical
contribution scores are the contributions of nucleotides not encoded
by the one-hot encoding sequence.
- 'CWM-PFM': The softmax of the contribution-weight matrix.
- 'hCWM-PFM': The softmax of the hypothetical contribution-weight matrix."""
Hi!
When I use modisco meme to generate meme file with CWM-PFM, my result is all round 0.25 for each position and nucleotide. Those values are almost near background frequencies, which seems to mean representing no pattern.
I noticed that there is a similar result in example ModiscoDemonstration.ipynb. I thought the job of modisco meme was to extract the meme file format from the h5 file summarized by modisco, but the output results seems to tell me that the model did not learn any patterns. Does I misunderstand the role of modisco meme?
By the way, how do I understand the difference between CWM and CWM-PFM? And how do I determine which mode to use?
Thank you very much for any advice ^_^ !~
The text was updated successfully, but these errors were encountered: