Learn R Programming

mglR (version 0.1.0)

buildFromRegion: Build empty list using genomic region.

Description

buildFromRegion returns an empty 'mgl' list given a genomic region.

Usage

buildFromRegion(chr, start, stop)

Arguments

chr
Chromosome
start
Start position
stop
Stop position

Details

This is one of three functions that can be used to set up the list structure. It starts with a position range.

See Also

Other Build list: buildFromEnsgs, buildFromNames

Examples

Run this code
## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl

Run the code above in your browser using DataLab