Description Usage Arguments Value
View source: R/plottingFunctions.R
Plot barplot for categories of a specific feature for a Set and a Ref
1 2 3 4 5 6 7 8 9 | plotAllBarPlotForCategoriesFromMyGR(
myGRs,
nameOfColWithCate,
cateNames,
stringSet,
what,
nameOfRef,
only5categoriesBP = FALSE
)
|
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). |
Plot but do not return anything
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.