R/subtrack.R

Defines functions subtrack

Documented in subtrack

# Memory and time efficient subsetting of chromosomal tracks (chrom, start, end)
# Author : Sylvain Mareschal <maressyl@gmail.com>
# License : GPL3 http://www.gnu.org/licenses/gpl.html

subtrack = function(...) {
	.External("track", PACKAGE="Rgb", mode="sub", ...)
}

Try the Rgb package in your browser

Any scripts or data that you put into this service are public.

Rgb documentation built on Aug. 18, 2023, 5:05 p.m.