append_region {epivizrChart}R Documentation

Generic method to add navigation regions

Description

Generic method to add navigation regions

Usage

append_region(x, ...)

## S4 method for signature 'EpivizEnvironment'
append_region(x, chr, start, end, return_parent = FALSE)

Arguments

x

an object of type EpivizEnvironment

...

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


[Package epivizrChart version 1.14.0 Index]