plotRawCount: Plot the distribution of the raw signal intensity (raw...

Description Usage Arguments Value Examples

View source: R/plotRawCount.R

Description

This function generates a box plot to show the raw signal distribution on each plate.

Usage

1
plotRawCount(screenData, topN = NULL, ifLog10 = FALSE)

Arguments

screenData

a data frame containing screen date generated by readScreen() function

topN

an integer value or NULL, indicating how many plates should be included in the plot If NULL, all the plates are included

ifLog10

a logical value, whether to perform log10 transformation

Value

a ggplot object

Examples

1
2
3
4
5
6
# load processed data
data('screenData')

# plot the raw ATP counts on all plates
plotRawCount(screenData)
# Please see the vignette for more information.

lujunyan1118/DrugScreenExplorer_dev documentation built on Dec. 21, 2021, 12:42 p.m.