View source: R/query_table_conda.R
query_table_conda | R Documentation |
Uses a conda-based installation of tabix instead of compiled
C
code from Rhtslib.
query_table_conda(
target_path,
target_index,
query_granges,
force = FALSE,
preset = NULL,
skip_lines = NULL,
print_header = TRUE,
use_regions_file = TRUE,
conda_env = "echoR_mini",
verbose = TRUE
)
target_path |
Path to tabix file. |
target_index |
Tabix index file for |
query_granges |
GRanges object
to be used for querying the |
force |
Overwrite existing index without asking. |
preset |
gff, bed, sam, vcf. |
skip_lines |
skip first INT lines [0]. |
print_header |
Print also the header lines. |
use_regions_file |
Specify query coordinates by writing them to a temporary file and supplying the file path to the "-R" argument. |
conda_env |
Conda environments to search in.
If |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.