meanBarGeneric: meanBarGeneric: Barplot of your genes of interest!

View source: R/meanBarGeneric.R

meanBarGenericR Documentation

meanBarGeneric: Barplot of your genes of interest!

Description

barplot of gene expression

Usage

meanBarGeneric(tab, cond = NULL, points = FALSE, jitter = F,
  ylab = "")

Arguments

tab:

data.frame to plot!

cond:

a vector of conditions to group data

points:

Set to TRUE if points should be added

jitter:

set to TRUE if jitter should be applied to points

ylab:

enter ylab for plot!

Examples

meanBarGeneric(table,points=colData$cond,points=T)

perllb/deseqAbstraction documentation built on Oct. 31, 2023, 2:13 a.m.