View source: R/query_table_rsamtools.R
query_table_rsamtools | R Documentation |
Rsamtools can query both local and remote files. However, it seems unable to read the header of tabix files created with seqminer.
query_table_rsamtools(
target_path,
target_index = paste0(target_path, ".tbi"),
query_granges,
yieldSize = NA_character_,
verbose = TRUE
)
target_path |
Path to tabix file. |
target_index |
Tabix index file for |
query_granges |
GRanges object
to be used for querying the |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.