-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Formats of Input and Output files | ||
|
||
This document the formats and examples of all the input and output | ||
files used in MACS3. | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
callpeakxls.md | ||
SAMBAMBAMPE.md | ||
BED.md | ||
BEDPE.md | ||
bedGraph.md | ||
narrowPeak.md | ||
broadPeak.md | ||
gappedPeak.md | ||
vcf.md | ||
hmmratacModel.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Subcommands | ||
|
||
This section provides detailed documentation for each subcommand in | ||
MACS3. Use `macs3 --help` to see the list of subcommands. | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
callpeak.md | ||
callvar.md | ||
hmmratac.md | ||
bdgbroadcall.md | ||
bdgcmp.md | ||
bdgdiff.md | ||
bdgopt.md | ||
bdgpeakcall.md | ||
cmbreps.md | ||
filterdup.md | ||
pileup.md | ||
predictd.md | ||
randsample.md | ||
refinepeak.md |