Data container for an Epiviz environment component.
charts
List of class EpivizViewComponent
used to track nested elements.
interactive
Logical value of whether componenet is interactive with data source componenet..
epiviz_ds
EpivizDataSource
object for interactive documents.
add_data(...)
Add data to environment's data manager
Arguments for add_measurements and register, e.g., data, datasource_name, datasource_obj_name, type, etc
add_genome(genome, type = "gene_info", datasource_name = NULL)
Add a genome to the view, and a genes-track.
annotation object. eg. Homo.sapiens
append_chart(chart)
Append chart or navigation to environment
append_region(chr = NULL, start = NULL, end = NULL, ...)
Add a child Navigation element to the given genomic region
get_charts()
Get charts within environment
get_component_type()
Get component type for prefix of random id generator
get_measurements()
Get measurements
get_name()
Get name of Epiviz Web Component
get_rows(...)
Get row data from environment's data manager
get_values(...)
Get value data from environment's data manager
init_region(chr = NULL, start = NULL, end = NULL)
Initialize navigation based on a genomic region
Chromosome
Start location
End location
init_regions(regions)
Initialize navigations based on genomic regions
List of named lists of genomic locations, e.g., list(list(chr='chr11', start=99800000, end=103383180))
is_interactive()
Return whether the environment is interactive with a data source
navigate(chr = NULL, start = NULL, end = NULL)
Navigate environment to genomic location
Chromosome
Start location
End location
order_charts(ordered_charts)
Order the charts within an environment
An ordered list of EpivizViewComponent objects
plot(...)
Plot an EpivizChart within the environment
Arguments for epivizChart
register_shiny_handler(session)
Enable components to interact with Shiny session.
Shiny session object
remove_all_charts()
Remove all charts from environment
remove_chart(chart)
Remove chart from environment
render_component(shiny = FALSE)
Render to html
if rendering component in a shiny environment
set_charts(charts)
Set charts of environment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.