Skip to content

Commit 8178546

Browse files
committed
update readme.md
1 parent 1a57400 commit 8178546

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,20 @@ COMMANDS:
3535
./SuperTAD multi <input Hi-C matrix> -h <height> [-option values]
3636
OPTIONS:
3737
-h <int>: The height of coding tree, default: 2
38+
multi_2d The third mode requires two parameter h1 and h2 to determine the iteractions for dividing and merging
39+
./SuperTAD multi_2d <input Hi-C matrix> [-option values]
40+
OPTIONS:
41+
--hd <int>: The height of layers for dividing (go down), default: 2
42+
--hu <int>: The height of layers for merging (go up), default: 1
43+
--pre <string>: The pre-detected result file
3844
SHARED OPTIONS for binary and multi COMMAND:
3945
-K <int>: The number of leaves in the coding tree, default: nan (determined by the algorithm)
4046
--chrom1 <string>: chrom1 label, default: chr1
4147
--chrom2 <string>: chrom2 label, default: the same as chrom1
4248
--chrom1-start <int>: start pos on chrom1, default: 0
4349
--chrom2-start <int>: start pos on chrom2, default: the same as --chrom1-start
4450
-r/--resolution <int>: bin resolution, default: 10000
51+
-s/--sparse: If given, apply the modified version for the sparse input matrix
4552
filter The nodes filter for optimal coding tree:
4653
./SuperTAD filter <input Hi-C matrix> -i <original result>
4754
OPTIONS:

0 commit comments

Comments
 (0)