MethScope includes pre-defined MRMP references, and you can also build your own from a methylation atlas.
.cg processing: https://zhou-lab.github.io/YAME/.cg file (for example,
an atlas or merged reference panel)MethScope.cg fileConvert methylation proportions into binary strings. The default
threshold is 0.5; adjust with -b if needed.
Use GenerateReference() to identify recurrent
patterns.
min_CG controls the minimum CpGs per MRMP (default:
50).
This step generates a patterns.txt file.
If cell-type labels are available, pseudobulked profiles can produce robust cell-type-informed MRMP references.
Prepare a text file (samples.txt) containing sample IDs
for one cell type, then aggregate with musum.
Run the same workflow above
(binstring -> GenerateReference -> yame pack) on each
pseudobulk or combined pseudobulk panel.
For running a full parallelized multi-cell-type script, please refer to: https://github.com/zhou-lab/MethScope/blob/main/analysis/GenerateReference.sh
After generating patterns.cm, use it as the custom MRMP
reference in downstream MethScope analyses.