FoxoTech / methylcheck

Python-based Illumina methylation array quality control software.
MIT License
10 stars 7 forks source link

Cell count estimation #5

Open brianchengithub opened 5 years ago

brianchengithub commented 5 years ago

To compute cell counts based on DNA methylation data, use the 'estimateCellCounts' command in the 'minfi' Bioconductor package:

https://rdrr.io/bioc/minfi/man/estimateCellCounts.html

nhrigby commented 5 years ago

@brianchengithub FYI: This will require preprocessQuantile (default preprocessing method for blood and DLPFC samples), so I'm going to work on getting that in place first. It also looks like this might depend on the convertArray function, so I might have to build that out too.

marcmaxson commented 5 years ago