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
10 stars 4 forks source link

fix: Enforce Boolean value for cellSorted #172

Closed sof202 closed 3 months ago

sof202 commented 3 months ago

Description

This pull request will correct the usage of cellSorted in:

The scripts now enforce the variable to be a Boolean (via as.logical) and will treat the value as FALSE if a non truthy/falsy values is given (as.logical gives NA).

Issue ticket number

This pull request is to address issue: #171 .

Type of pull request

Checklist