R/tpmap2bpmap.R

Defines functions tpmap2bpmap

Documented in tpmap2bpmap

tpmap2bpmap <- function(tpmapname, bpmapname, verbose = 0){
    invisible(.Call("R_affx_write_bpmap_file", bpmapname, tpmapname, as.integer(verbose)))
}

Try the affxparser package in your browser

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

affxparser documentation built on Nov. 8, 2020, 7:26 p.m.