An open API service indexing awesome lists of open source software.

https://github.com/dohlee/idat2beta

Small minfi wrapper to convert IDAT files to beta values.
https://github.com/dohlee/idat2beta

bioinformatics dna-methylation methylation-analysis

Last synced: about 2 months ago
JSON representation

Small minfi wrapper to convert IDAT files to beta values.

Awesome Lists containing this project

README

          

# idat2beta

## Requirements

Create conda environment and activate it.
```
conda env create -f environment.yaml

conda activate minfi
```

## Quickstart
```
Rscript idat2beta.R -i data/GSM1234567 -o GSM1234567_beta.csv
```

`data/GSM1234567` should contain two IDAT files representing two-channel output (`*_Grn.idat` and `*_Red.idat`).