ejh243 / BrainFANS

Complex Disease Epigenomics Group's quality control and analysis pipelines for DNA methylation arrays, SNP arrays, BS-Seq, ATAC-Seq and ChIP-Seq
Other
8 stars 4 forks source link

126 enhancement suggestion turn off cell type clustering if bulk tissue #151

Closed ejh243 closed 2 months ago

ejh243 commented 3 months ago

Description

This pull request will make the cell type clustering check optional. To achieve this I have merged the two QC reports into one, with the second one now an optional chunk based on the ctCheck variable in the R config file. Had to move some other code sections around and reorder the commands in the job submission script.

Issue ticket number

This pull request is to address issue: #126.

Type of pull request

Checklist

ew367 commented 3 months ago

@ejh243 Has this code been tested on any of the devData datasets yet? Is there any example output for the new combined QC report anywhere?

ejh243 commented 3 months ago

YEs I have tested it on my local copy of devData. I will send you the report output

ejh243 commented 2 months ago

@ew367 all changes made and tested with both ctCheck = to TRUE and FALSE, can you re-review?