1 | find_centers(image, thresh = "99.7%")
|
image |
PamChip image. |
thresh |
threshold the image to get only the pixels with the highest values. either "auto" or or percentage string (default "99.7 |
Returns a data frame with the x
and y
coordinates of the centers, thier row and column number.
Find in the PamChip image the center of each peptide, left and right controls and 8 background points. Use the plot_centers
function to check that the centers were detected correcly and adapt the threshold with the thresh
parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.