plot rdf network

plot_annotation_network(
  compendium = "vespucci",
  ids = NULL,
  normalization = "limma",
  viewer = FALSE
)

Arguments

compendium

A string - the selected compendium

ids

A string - unique id of a biofeature, a sample, etc.

normalization

A string - 'tpm' (as default), 'limma' or 'legacy'

viewer

A logical - if TRUE will plot the html widget

Value

Either a json, an html or a plotly htmlwidget

Examples

if (FALSE) { my_ids <- get_biofeature_id(id_In = c("U2FtcGxlU2V0VHlwZTo3MTA=","U2FtcGxlU2V0VHlwZToxMDI4", "U2FtcGxlU2V0VHlwZToxMDI5")) plot_annotation_network(ids = my_ids$id, viewer = TRUE) }