Skip to content

Simple utilities for operating on bedgraph file data

Notifications You must be signed in to change notification settings

jwschroeder3/bgtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgtools

bgtools is a set of utilities for performing commonly-needed operations on bedgraph files. It is not intended as a replacement for bedtools, and it does not re-implement functionality that bedtools already offers for bedgraph data.

Currently, bgtools offers the following sub-commands:

# For running a rolling mean or median
bgtools roll
# For getting genome-wide robust z-scores
bgtools robust_z
# For getting counts per million
bgtools cpm

To get help documentation for bgtools, simply run bgtools --help. Likewise, to get help documentation for any subcommand, run bgtools <subcommand> --help, substituting the subcommand of interest for <subcommand>

Note that the above instructions assume the bgtools binary found in target/release is in your PATH environment variable.

About

Simple utilities for operating on bedgraph file data

Resources

Stars

Watchers

Forks

Packages

No packages published