bsxplorer-ci

Crates.iobsxplorer-ci
lib.rsbsxplorer-ci
version0.2.1
created_at2025-03-26 21:07:32.041848+00
updated_at2025-05-28 11:30:40.246145+00
descriptionA high-performance tool for bisulfite sequencing data analysis and DNA methylation research
homepage
repositoryhttps://github.com/shitohana/bsxplorer2
max_upload_size
id1607154
size163,905
shitohana (shitohana)

documentation

README

This binary provides the command-line interface (bsxplorer) for the BSXplorer2 suite of tools. It serves as the user-facing application that leverages the high-performance bsxplorer2 core library to perform various tasks related to bisulfite sequencing data analysis and management.

Key functionalities provided by the bsxplorer CLI include:

  • convert: Convert methylation data between different file formats (e.g., Bismark, CgMap, BedGraph, Coverage, BSX).
  • dmr: Identify differentially methylated regions between two groups of samples using rigorous statistical testing and segmentation.
  • dimred: Perform dimensionality reduction analysis to identify regions with high methylation variability across samples using changepoint detection.
  • validate: Ensure the structural integrity and consistency of multiple BSX files before joint analysis.
  • sort: Reorder genomic data within a BSX file based on chromosome order.

Installation

You can install bsxplorer CLI tool with:

cargo install --locked bsxplorer-ci

After installation, bsxplorer binary should become available.

Explore possible commands with

bsxplorer help
Commit count: 149

cargo fmt