append_region {epivizrChart} | R Documentation |
Generic method to add navigation regions
append_region(x, ...) ## S4 method for signature 'EpivizEnvironment' append_region(x, chr, start, end, return_parent = FALSE)
x |
an object of type |
... |
other parameters |
chr |
chromosome id. ex. "chr11" |
start |
genomic region start |
end |
genomic region end |
return_parent |
To return the parent or the new navigation element. Defaults to FALSE |