plotAllBarPlotForCategoriesFromMyGR: Plot barplot for categories of a specific feature for a Set...

Description Usage Arguments Value

View source: R/plottingFunctions.R

Description

Plot barplot for categories of a specific feature for a Set and a Ref

Usage

1
2
3
4
5
6
7
8
9
plotAllBarPlotForCategoriesFromMyGR(
  myGRs,
  nameOfColWithCate,
  cateNames,
  stringSet,
  what,
  nameOfRef,
  only5categoriesBP = FALSE
)

Arguments

myGRs

a GRangeList of 2 elements which are the set and the ref and should have as meta column 'nameOfColWithCate'

nameOfColWithCate

a string which gives the column to display

cateNames

the names of the categories, in the good order.

stringSet

the name of the set

what

the name of the measure

nameOfRef

the name of the reference

only5categoriesBP

logical whether to plot only the barplots with 5 categories (default is FALSE).

Value

Plot but do not return anything


lldelisle/analysePeaks documentation built on July 10, 2021, 1:02 p.m.