bio-epitranscriptomics-m6a-peak-calling

Installation
SKILL.md

m6A Peak Calling

exomePeak2 (Recommended)

library(exomePeak2)

# Peak calling with biological replicates
result <- exomePeak2(
    bam_ip = c('IP_rep1.bam', 'IP_rep2.bam'),
    bam_input = c('Input_rep1.bam', 'Input_rep2.bam'),
    gff = 'genes.gtf',
    genome = 'hg38',
    paired_end = TRUE
)

# Export peaks
exportResults(result, format = 'BED')
Installs
4
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-epitranscriptomics-m6a-peak-calling — gptomics/bioskills