plot_annotation_network: plot rdf network

Description Usage Arguments Value Examples

View source: R/plots.R

Description

plot rdf network

Usage

1
2
3
4
5
6
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

1
2
3
4
5
6
## Not run: 
my_ids <- get_biofeature_id(id_In = c("U2FtcGxlU2V0VHlwZTo3MTA=","U2FtcGxlU2V0VHlwZToxMDI4",
 "U2FtcGxlU2V0VHlwZToxMDI5"))
plot_annotation_network(ids = my_ids$id, viewer = TRUE)

## End(Not run)

onertipaday/rcompass documentation built on Sept. 18, 2021, 5:13 p.m.