From 439ada732261b76816dddc236ee41cca651a0c14 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 13 Aug 2026 22:13:01 +0100 Subject: Add manual. --- doc/domagi-depth.dbk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/domagi-depth.dbk (limited to 'doc/domagi-depth.dbk') diff --git a/doc/domagi-depth.dbk b/doc/domagi-depth.dbk new file mode 100644 index 0000000..48405f2 --- /dev/null +++ b/doc/domagi-depth.dbk @@ -0,0 +1,30 @@ + + + + + Description + Find the depth of a graph as defined by query criteria. The depth of each segment is defined as the number of paths that run through that segment. When invoked without any options, the mean depth of each path is printed in a four-column tab-delimited format with the following columns—path, start coordinate, end coordinate and mean depth. The mean depth of a path is the mean of the depth of all segments in that path with each depth weighted by the length of that segment. + + Options + + + + + Only compute the mean depth of the specified path. This argument may be specified more than once to compute the mean depth of more than one path. + + + + + BED file specifying ranges over paths of the graph. When this option is specified, compute the mean depth of these ranges rather than the mean depth of the paths. + + + + + Print the depth and unique depth of each segment in the graph. The unique depth of a segment is the number of distinct paths that run through that segment. The output is printed in a three-column tab-delimited format with the following columns—segment name, depth and unique depth. + + + + + + -- cgit 1.4.1