Skip to content

Commit e39a770

Browse files
authored
Merge pull request #309 from JoseEspinosa/updates
Add back antibody to consensus paths in output description
2 parents 7ed79d4 + f62ea83 commit e39a770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/output.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Various QC plots per sample including number of peaks, fold-change distribution,
217217
<details markdown="1">
218218
<summary>Output files</summary>
219219

220-
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus`
220+
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/<ANTIBODY>/`
221221
- `*.bed`: Consensus peak-set across all samples in BED format.
222222
- `*.saf`: Consensus peak-set across all samples in SAF format. Required by featureCounts for read quantification.
223223
- `*.featureCounts.txt`: Read counts across all samples relative to consensus peak-set.
@@ -245,7 +245,7 @@ The [featureCounts](http://bioinf.wehi.edu.au/featureCounts/) tool is used to co
245245
<details markdown="1">
246246
<summary>Output files</summary>
247247

248-
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/deseq2/`
248+
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/<ANTIBODY>/deseq2/`
249249
- `*.sample.dists.txt`: Spreadsheet containing sample-to-sample distance across each consensus peak.
250250
- `*.plots.pdf`: File containing PCA and hierarchical clustering plots.
251251
- `*.dds.RData`: File containing R `DESeqDataSet` object generated by DESeq2, with either
@@ -254,7 +254,7 @@ The [featureCounts](http://bioinf.wehi.edu.au/featureCounts/) tool is used to co
254254
`readRDS` to give user control of the eventual object name.
255255
- `*pca.vals.txt`: Matrix of values for the first 2 principal components.
256256
- `R_sessionInfo.log`: File containing information about R, the OS and attached or loaded packages.
257-
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/deseq2/sizeFactors/`
257+
- `<ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/<ANTIBODY>/sizeFactors/`
258258
- `*.txt`, `*.RData`: Files containing DESeq2 sizeFactors per sample.
259259

260260
</details>

0 commit comments

Comments
 (0)