recipe bioconductor-plotgrouper

Shiny app GUI wrapper for ggplot with built-in statistical analysis

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/plotGrouper.html

License:

GPL-3

Recipe:

/bioconductor-plotgrouper/meta.yaml

A shiny app-based GUI wrapper for ggplot with built-in statistical analysis. Import data from file and use dropdown menus and checkboxes to specify the plotting variables, graph type, and look of your plots. Once created, plots can be saved independently or stored in a report that can be saved as a pdf. If new data are added to the file, the report can be refreshed to include new data. Statistical tests can be selected and added to the graphs. Analysis of flow cytometry data is especially integrated with plotGrouper. Count data can be transformed to return the absolute number of cells in a sample (this feature requires inclusion of the number of beads per sample and information about any dilution performed).

package bioconductor-plotgrouper

(downloads) docker_bioconductor-plotgrouper

versions:
1.20.0-01.18.0-01.16.0-01.12.0-01.10.0-01.8.0-11.8.0-01.6.0-01.4.0-0

1.20.0-01.18.0-01.16.0-01.12.0-01.10.0-01.8.0-11.8.0-01.6.0-01.4.0-01.2.0-11.2.0-01.0.1-0

depends r-base:

>=4.3,<4.4.0a0

depends r-colourpicker:

>=1.0

depends r-dplyr:

>=0.7.6

depends r-egg:

>=0.4.0

depends r-ggplot2:

>=3.0.0

depends r-ggpubr:

>=0.1.8

depends r-gridextra:

>=2.3

depends r-gtable:

>=0.2.0

depends r-hmisc:

>=4.1.1

depends r-magrittr:

>=1.5

depends r-readr:

>=1.1.1

depends r-readxl:

>=1.1.0

depends r-rlang:

>=0.2.2

depends r-scales:

>=1.0.0

depends r-shiny:

>=1.1.0

depends r-shinythemes:

>=1.1.1

depends r-stringr:

>=1.3.1

depends r-tibble:

>=1.4.2

depends r-tidyr:

>=0.2.0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-plotgrouper

and update with::

   mamba update bioconductor-plotgrouper

To create a new environment, run:

mamba create --name myenvname bioconductor-plotgrouper

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-plotgrouper:<tag>

(see `bioconductor-plotgrouper/tags`_ for valid values for ``<tag>``)

Download stats