plateBoxplot: Boxpolot of feature per well

Description Usage Arguments Value Examples

View source: R/visualizePlateData.R

Description

Given plate data and a feature name, create a boxplot of individual wells, faceted by row indices.

Usage

1
plateBoxplot(plate.dat, feature)

Arguments

plate.dat

Data used to generate boxplot Expecting a PlateData object.

feature

Name of the feature to plot. Expecting a string.

Value

A ggplot2 plot object ready for printing.

Examples

1
2
3
plate <- PlateLocation("J101-2C")
data  <- PlateData(plate)
plateBoxplot(data, "Cells.AreaShape_Area")

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.