Skip to content

R package that creates fast dashboards for omics results.

Notifications You must be signed in to change notification settings

mcbg/volcano.view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

The R package volcano.view creates fast dashboards and offers functionality for navigating and interpreting results from differential expression analysis.

Demo

Demo using Roux-en-Y Gastric Bypass SomaScan data

Install

devtools::install_github('mcbg/volcano.view')

Example code

Run server in background

volcano.view::init_server()

Create dashboard

library(volcano.view)

iris$id = seq_len(nrow(iris)) |> as.character()
volcano.view(
  iris,
  x = 'Sepal.Width',
  y = 'Sepal.Length',
  id = 'id',
  colour = 'Species'
) +
  module.drill('Species')

About

R package that creates fast dashboards for omics results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages