Call methylation¶
bsbit call meth summarizes methylated and unmethylated observations at CG,
CHG, and CHH sites. It writes site-level calls in CGmap or extended bedMethyl
format.
Inputs¶
Calling requires a prepared BAM and the same reference FASTA used for alignment.
Run methylation calling¶
Common options¶
Advanced parameters¶
Target regions
A region uses CONTIG:START-END with 1-based inclusive coordinates.
Separate multiple regions with commas:
For many regions, use --regions-file, which accepts plain, gzip, or
BGZF-compressed BED with 0-based half-open coordinates. It cannot be used
together with --region.
Quality filters
Only bases that meet the base-quality threshold and reads whose alignments
meet the mapping-quality threshold are included in calling.
--ignore-orphan skips paired reads without the SAM proper-pair flag;
single-end reads are retained. Sites with fewer than --min-depth
qualified observations are omitted. Add --cg-only to omit CHG and CHH
sites.
See the CLI reference for accepted ranges and complete parameter details.
Output¶
Calls follow the BAM contig order and are sorted by genomic position. The two strands of a CpG are reported separately. In conventional bisulfite sequencing, an unconverted cytosine is reported as methylated, without distinguishing 5mC from 5hmC.
See the CGmap and extended bedMethyl format descriptions for schemas and coordinate conventions.