options(device = "png") knitr::opts_chunk$set( fig.ext = "png", collapse = TRUE, comment = "#>" )
We provided three reference MRMPs definitions, and if you want to create your own MRMPs definitions, please follow the following tutorial.
```{bash, eval=FALSE} yame rowop example.cg -o binstring > example_binstring
4. Generate the reference definition (default min CG per MRMP is 50, adjust the threshold if needed with min_CG) ```r GenerateReference(example_binstring)
```{bash, eval=FALSE} yame pack -f s patterns.txt patterns.cm
## Generate MRMPs reference from cell type pseudobulks
It might be useful to generate the MRMPs reference from cell type pseudobulks if the cell type label is available.
1. Obtain a txt file that contains sample names belong to oen cell type that you want to merge together from the cell type label.
2. Generate the pseudobulk profile using yame subset and rowop
```{bash, eval=FALSE}
yame subset -l samples.txt example.cg | yame rowop -o musum - example_pseudobulk.cg
Please check our full code GenerateReference.sh in our analysis folder (https://github.com/zhou-lab/MethScope) as a reference for in parallel process multiple cell types. After obtaining the pseudobulk profile, it will be the same steps as above to obtain the MRMPs definition file.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.