Skip to content

Releases: PacificBiosciences/MethBat

MethBat v0.11.0

25 Apr 21:19
9a9f976
Compare
Choose a tag to compare

Changes

  • Modifies the segmentation algorithm to prevent large segments from spanning CpG data gaps. The new algorithm will automatically create segment break points between two consecutive CpGs that exceed a maximum gap threshold. This reduces segment size inflation around regions with low coverage and/or absent phasing information.
  • Adds a CLI option --max-gap to control the maximum gap threshold, default: 1000 bp.

MethBat v0.10.1

21 Mar 18:42
6091363
Compare
Choose a tag to compare

Fixed

  • Fixed a panic caused by low sample sizes in the compare command. These will now be flagged as InsufficientData.

MethBat v0.10.0

20 Feb 16:20
e37fc84
Compare
Choose a tag to compare

Changes

  • Adds a CLI option --enable-haplotype-segmentation that will run segmentation on the individual haplotypes (H1 and H2) and save those segments in the output BED file. For example, an unmethylated region on haplotype 2 will have the label "H2_Unmethylated" (or "H2_U" if condensed).
  • Adds a CLI option --enable-nodata-segments that will generate segments where haplotype data is missing. These will be flagged like "H1_NoData" (or "H1_ND" if condensed).

The following is an example of how these tracks might look in IGV:
zoomed_example

MethBat v0.9.0

09 Feb 17:07
577a89f
Compare
Choose a tag to compare

Changes

  • Adds a new segmentation mode based on Circular Binary Segmentation. This mode generates a BED file of methylated, unmethylated, and ASM regions. The mode is executed with methbat segment ..., see README for more details.

Fixed

  • Improved error handling for all CLI interfaces

Initial alpha release - MethBat v0.8.3

28 Jul 21:07
142f1c0
Compare
Choose a tag to compare

Changes

  • Initial alpha release
  • Includes initial version of HPRC background profiles