R/sizetrack.R

Defines functions sizetrack

Documented in sizetrack

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

sizetrack = function(...) {
	.External("track", PACKAGE="Rgb", mode="size", ...)
}

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.