Description Usage Arguments Details See Also Examples
View source: R/buildFromRegion_function.R
buildFromRegion
returns an empty 'mgl' list given a genomic region.
1 | buildFromRegion(chr, start, stop)
|
chr |
Chromosome |
start |
Start position |
stop |
Stop position |
This is one of three functions that can be used to set up the list structure. It starts with a position range.
Other Build list: buildFromEnsgs
,
buildFromNames
1 | ## Not run: buildFromRegion(chr = 2, start = 102314000, stop = 103435000) -> myMgl
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.