@@ -217,7 +217,7 @@ Various QC plots per sample including number of peaks, fold-change distribution,
217
217
<details markdown =" 1 " >
218
218
<summary>Output files</summary>
219
219
220
- - ` <ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus `
220
+ - ` <ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/<ANTIBODY>/ `
221
221
- ` *.bed ` : Consensus peak-set across all samples in BED format.
222
222
- ` *.saf ` : Consensus peak-set across all samples in SAF format. Required by featureCounts for read quantification.
223
223
- ` *.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
245
245
<details markdown =" 1 " >
246
246
<summary>Output files</summary>
247
247
248
- - ` <ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/deseq2/ `
248
+ - ` <ALIGNER>/mergedLibrary/macs2/<PEAK_TYPE>/consensus/<ANTIBODY>/ deseq2/ `
249
249
- ` *.sample.dists.txt ` : Spreadsheet containing sample-to-sample distance across each consensus peak.
250
250
- ` *.plots.pdf ` : File containing PCA and hierarchical clustering plots.
251
251
- ` *.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
254
254
` readRDS ` to give user control of the eventual object name.
255
255
- ` *pca.vals.txt ` : Matrix of values for the first 2 principal components.
256
256
- ` 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/ `
258
258
- ` *.txt ` , ` *.RData ` : Files containing DESeq2 sizeFactors per sample.
259
259
260
260
</details >
0 commit comments