R/bscon.R

Defines functions bscon

Documented in bscon

### Bisulfite conversion QC function, derived from E. Hannon's
### script to calculate bisulfite conversion values
### Louis el Khoury and Leo Schalkwyk 2015

# see also bscon_methy and bscon_minfi

bscon <- function(x, ...) { UseMethod (bscon, x ) }
schalkwyk/wateRmelon documentation built on April 15, 2024, 12:06 p.m.