R/scanBcf.R

setMethod(scanBcf, "character",
    function(file, index=file, ..., param=ScanBcfParam())
{
    bcf <- open(BcfFile(file, index))
    on.exit(close(bcf))
    scanBcf(bcf, ..., param=param)
})

Try the Rsamtools package in your browser

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

Rsamtools documentation built on Nov. 8, 2020, 8:11 p.m.