kaboxplot: Plot quantiles per column for a numeric matrix

Description Usage Arguments Value

View source: R/Plotting.R

Description

Plot quantiles per column for a numeric matrix

Usage

1
2
3
4
5
6
7
8
kaboxplot(
  eset,
  quants = c(0.05, 0.25, 0.5, 0.75, 0.95),
  brewer_name = "Dark2",
  ylab = "Normalized expression",
  xlab = "Samples",
  ...
)

Arguments

eset

numeric matrix typically containing gene expression data

quants

integer of number of top MR to consider

brewer_name

RColorBrewer palette, defaults to Dark2

...

further arguments passed to matplot

Value

graph with the respective quantiles across the sample space


fossbert/binilib documentation built on April 23, 2021, 10:31 p.m.