Description Usage Arguments Value Examples
This function generates a box plot to show the raw signal distribution on each plate.
1 | plotRawCount(screenData, topN = NULL, ifLog10 = FALSE)
|
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 |
a ggplot object
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.