tabixFileListToGr: Scan a TabixFileList into a joint GRanges by union()'ing each...

Description Usage Arguments Value Examples

View source: R/tabixToGr.R

Description

Scan a TabixFileList into a joint GRanges by union()'ing each tabixed file's

Usage

1
tabixFileListToGr(tfl, verbose = TRUE)

Arguments

tfl

a TabixFileList

verbose

squawk? (TRUE)

Value

a GRanges

Examples

1
2
3
4
5
## Not run: 
  tfl <- TabixFileList(lapply(list.files(patt=".hg19.bed.gz$"), TabixFile))
  gr <- tabixFileListToGr(tfl) 

## End(Not run)

trichelab/h5testR documentation built on July 12, 2020, 5:18 p.m.