Crandore Hub

OmicNavigator

Open-Source Software for 'Omic' Data Analysis and Visualization

A tool for interactive exploration of the results from 'omics' experiments to facilitate novel discoveries from high-throughput biology. The software includes R functions for the 'bioinformatician' to deposit study metadata and the outputs from statistical analyses (e.g. differential expression, enrichment). These results are then exported to an interactive JavaScript dashboard that can be interrogated on the user's local machine or deployed online to be explored by collaborators. The dashboard includes 'sortable' tables, interactive plots including network visualization, and fine-grained filtering based on statistical significance.

README

# Backwards compatibility

These study package tarballs were created with older versions of OmicNavigator.

```R
library("OmicNavigator")
packageVersion("OmicNavigator")

desc <- sprintf(
  "Test study package created on %s with OmicNavigator %s",
  Sys.Date(),
  packageVersion("OmicNavigator")
)

x <- OmicNavigator:::testStudy(
  name = sprintf("test%s", format(Sys.Date(), "%Y%m%d")),
  description = desc,
  version = "0.1.0",
  maintainer = "My Name",
  maintainerEmail = "me@domain.com"
)
x <- addPlots(x, OmicNavigator:::testPlots())
exportStudy(x, type = "tarball", path = "inst/backwardsCompatiblity")
```

Versions across snapshots

VersionRepositoryFileSize
1.19.0 rolling linux/jammy R-4.5 OmicNavigator_1.19.0.tar.gz 902.2 KiB
1.19.0 rolling linux/noble R-4.5 OmicNavigator_1.19.0.tar.gz 902.7 KiB
1.19.0 rolling source/ R- OmicNavigator_1.19.0.tar.gz 690.9 KiB
1.19.0 latest linux/jammy R-4.5 OmicNavigator_1.19.0.tar.gz 902.2 KiB
1.19.0 latest linux/noble R-4.5 OmicNavigator_1.19.0.tar.gz 902.7 KiB
1.19.0 latest source/ R- OmicNavigator_1.19.0.tar.gz 690.9 KiB
1.19.0 2026-04-26 source/ R- OmicNavigator_1.19.0.tar.gz 690.9 KiB
1.19.0 2026-04-23 source/ R- OmicNavigator_1.19.0.tar.gz 690.9 KiB
1.19.0 2026-04-09 windows/windows R-4.5 OmicNavigator_1.19.0.zip 918.7 KiB
1.13.13 2025-04-20 source/ R- OmicNavigator_1.13.13.tar.gz 653.4 KiB

Dependencies (latest)

Imports

Suggests