| scanTabixDataFrame | R Documentation | 
A general function to quickly import tabix indexed tab-separated files into data_frame
scanTabixDataFrame(tabix_file, param, ...)
| tabix_file | Path to tabix-indexed text file | 
| param | An instance of GRanges, RangedData, or RangesList provide the sequence names and regions to be parsed. Passed onto Rsamtools::scanTabix() | 
| ... | Additional parameters to be passed on to readr::read_delim() | 
List of data_frames, one for each entry in the param GRanges object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.