NEMO enables the study of N6-methyladenine at a single-base resolution in nanopore datasets. NEMO can be run in two different modes for methylation calling - one specific for GATC context (NEMO_R9_GATC), and one which is sequence context-agnostic (NEMO_R9_6mA).
Dependencies
Installation
Models
Usage
Generating Bed files
NEMO can be downloaded by cloning from GitHub git clone [email protected]:SowpatiLab/NEMO.git
| Basecalling Models | Works with | Description |
|---|---|---|
| DORADO_MODELS/NEMO_R9_GATC | dorado | GaTC context model |
| BONITO_MODELS/NEMO_R9_GATC | bonito | GaTC context model |
| DORADO_MODELS/NEMO_R9_6mA | dorado | All context model |
| BONITO_MODELS/NEMO_R9_6mA | bonito | All context model |
dorado basecaller [email protected] POD5_DIR \
--modified-bases-models DORADO_MODELS/NEMO_R9_GATC \
--reference REFERENCE_GENOME > mod_calls.bamdorado basecaller [email protected] POD5_DIR \
--modified-bases-models DORADO_MODELS/NEMO_R9_6mA \
--reference REFERENCE_GENOME > mod_calls.bambonito basecaller [email protected] POD5_DIR \
--modified-base-model BONITO_MODELS/NEMO_R9_GATC.pt> \
--reference REFERENCE_GENOME > mod_calls.bambonito basecaller [email protected] POD5_DIR \
--modified-base-model BONITO_MODELS/NEMO_R9_6mA.pt> \
--reference REFERENCE_GENOME > mod_calls.bam2. converting modBAM to bedMethyl using modkit
modkit pileup mod_calls.bam mod_calls.bed