calc_coordinates {dpcR} | R Documentation |
Calculate Array Coordinates
Description
Calculates coordinates of points on plot to represent a digital PCR array.
Usage
calc_coordinates(array, half)
Arguments
array |
A single array, as generated by |
half |
If |
Value
Returns two sets of coordinates of each microfluidic well:
coords
is a list of coordinates suitable for usage with functions from
graphics
package. The second element is a data frame of coordinates
useful for users utilizing ggplot2 package.
Author(s)
Michal Burdukiewicz, Stefan Roediger.
See Also
plot_panel
- plots adpcr
data.
adpcr2panel
- converts adpcr
object to arrays.
[Package dpcR version 0.6 Index]