Skip to content
bismark-rust-v3.0.0

Summary report

This script uses Bismark report files of several (up to hundreds of!?) samples in a run folder to generate a graphical summary HTML report as well as a whopping big table (tab-delimited text) with all relevant alignment and methylation statistics which may be used for graphing purposes in R, Excel or the like.

Unless certain BAM files are specified, bismark summary (classic alias: bismark2summary) first identifies Bismark BAM files in a folder (they need to use the Bismark naming conventions) and then automatically detects Bismark alignment, deduplication or methylation extractor (splitting) reports based on the input file basename.

If splitting reports are found they overwrite the methylation statistics of the initial alignment report.

bismark summary [options]

This command scans the current working directory for different Bismark alignment, deduplication and methylation extraction (splitting) reports to produce a graphical summary HTML report, as well as a data table, for all files in a directory.

  • <BAM filename(s)> (optional)

If no BAM filenames are specified, the current working directory is scanned for Bismark alignment files and their associated reports.

  • -o/--basename <filename> (optional)

Basename of the output file. Generate a text file with all relevant extracted values <basename>.txt) as well as an HTML report (<basename>.html). If not specified explicitly, the basename is bismark_summary_report.

  • --title <string> (optional)

HTML report title. Default: ‘Bismark Summary Report’.

  • --version

Displays version information and exits.

  • --help

Displays this help message and exits.