tabixRetrieve | R Documentation |
Read from tabix-indexed bed file to list objects
tabixRetrieve(
paths,
chr,
start = 1,
end = 2^28,
sample_names = NULL,
is.epibed = FALSE,
BPPARAM = SerialParam()
)
paths |
path(s) to the bed files |
chr |
chromosome name |
start |
start coordinate of region of interest |
end |
end coordinate of region of interest |
sample_names |
sample names, just use paths if not specified |
is.epibed |
whether the input is epibed format |
BPPARAM |
how to parallelize |
a list object with DNA methylation level and depth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.