debrowserbarmainplot {debrowser}R Documentation

debrowserbarmainplot

Description

Module for a bar plot that can be used in data prep, main plots low count removal modules or any desired module

Usage

debrowserbarmainplot(
  input,
  output,
  session,
  data = NULL,
  cols = NULL,
  conds = NULL,
  key = NULL
)

Arguments

input,

input variables

output,

output objects

session,

session

data,

a matrix that includes expression values

cols,

columns

conds,

conditions

key,

the gene or region name

Value

density plot

Examples

    x <- debrowserbarmainplot()


[Package debrowser version 1.22.4 Index]