Package: BioTooltipR 0.1.0
BioTooltipR: Add Bio Tooltips to HTML Reports
Provides lightweight helpers for adding gene and chemical tooltips to R Markdown, Quarto, Shiny, pkgdown, and other HTML outputs. The package emits small HTML spans with module-specific data attributes and attaches the browser-side 'bio-tooltips' JavaScript and CSS assets through 'htmltools'. Entity lookup and rendering are handled in the browser by 'bio-tooltips'; this package does not query biological databases from R during package checks.
Authors:
BioTooltipR_0.1.0.tar.gz
BioTooltipR_0.1.0.tar.gz(r-4.7-any)BioTooltipR_0.1.0.tar.gz(r-4.6-any)
BioTooltipR_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
BioTooltipR/json (API)
| # Install 'BioTooltipR' in R: |
| install.packages('BioTooltipR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mattjmeier/biotooltipr/issues
Last updated from:172102ce54. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 147 | ||
| source / vignettes | OK | 226 | ||
| linux-release-x86_64 | OK | 134 | ||
| wasm-release | OK | 151 |
Exports:auto_gene_tooltipsbio_tooltip_spanbio_tooltips_dependencybt_datatablebt_deg_tablebt_kablebt_plotly_gene_hoverchem_columnchem_ttchemical_tooltipchemical_ttgene_columngene_tooltipgene_tttooltip_columnuse_bio_tooltips
Dependencies:base64encdigestevaluatefastmaphighrhtmltoolsjsonliteknitrrlangxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Automatically wrap selected gene symbols in rendered HTML | auto_gene_tooltips |
| Create a Bio Tooltip span | bio_tooltip_span |
| Bio Tooltips HTML dependency | bio_tooltips_dependency |
| Render a DT table with Bio Tooltips support | bt_datatable |
| Render a simple differential-expression style table | bt_deg_table |
| Render a kable table with Bio Tooltips support | bt_kable |
| Add Bio Tooltips gene hover behavior to a Plotly plot | bt_plotly_gene_hover |
| Add chemical tooltip markup to a data-frame column | chem_column |
| Create chemical tooltip spans | chemical_tooltip chemical_tt chem_tt |
| Add gene tooltip markup to a data-frame column | gene_column |
| Create gene tooltip spans | gene_tooltip gene_tt |
| Add Bio Tooltip markup to a data-frame column | tooltip_column |
| Attach and initialize Bio Tooltips | use_bio_tooltips |
