View source: R/query_table_seqminer.R
query_table_seqminer | R Documentation |
Limitations of seqminer:
Doesn't work with remote files.
Assumes header column always starts with "#" (which is often incorrect) without the option for the user to specify otherwise. The only way that summary statistics can be used with seqminer is if they adhere to this convention, or were indexed using seqminer's tabix.createIndex function.
Maintainers are unresponsive to requests for bug fixes.
Advantages of seqminer:
tabix.read.table automatically converts query results to data.frame format (though this can now also be done by scanTabix_to_dt).
seqminer appears to be maintained to some degree (based on the latest commits), but the maintainers have been unresponsive to bug reports for years. This limits the consistent usability of seqminer.
query_table_seqminer(target_path, target_index, query_granges, 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. |
GitHub Issues: coordinate order error
GitHub Issues: remote file error
Lab contact details for seqminer
maintainer
seqminer2
publication (same package and GitHub repo, just updated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.