fibertools-rs
a CLI tool for interacting with fiberseq bam files.
ft extract
Extracts fiberseq data from a bam file into plain text. ```bash ft-extract 0.0.4 Extract fiberseq data into plain text files
USAGE: ft extract [OPTIONS] [BAM]
ARGS:
OPTIONS:
-r, --reference report in reference sequence coordinates
--m6a
Center a fiberseq reads (bam) around a reference position(s). ```bash ft-center 0.0.4 This command centers fiberseq data around given reference positions. This is useful for making aggregate m6a and CpG observations, as well as visualization of SVs
USAGE:
ft center [OPTIONS]
ARGS:
OPTIONS:
-w, --wide Provide data in wide format, one row per read
-h, --help Print help information
-V, --version Print version information
```