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 ) }

Try the wateRmelon package in your browser

Any scripts or data that you put into this service are public.

wateRmelon documentation built on Nov. 8, 2020, 7:47 p.m.