Description Usage Arguments Value
Uses the [RNiftyReg]
package to align (register) the source image on the chosen target then extract the signal from it. the goal is to use one target image for which one extracted the coordinates of centers with the find_centers
function and use this image as a reference on which one will align the pther images and extract the signal rom the same coordinates
1 2 3 | regiter_one_image(source, target, nLevels = 4, maxIterations = 5,
useBlockPercentage = 50, extract.signal = TRUE, centers.coords,
radius = 5, parallel.sig.extract = TRUE, pamgene.layout.file)
|
source |
the PamChip image to be aligned. |
target |
The PamChip image to align on. |
nLevels |
|
maxIterations |
|
useBlockPercentage |
|
extract.signal |
if TRUE the basic statistics values of each peptides, left ans right controls and 8 background points will be extracted. if FALSE only the aligned (registered) image will be returned. |
centers.coords |
data frame of coordinates of centers of the target image obtained from the |
radius |
the number of pixels to take from the center to build the circle (default 5). |
parallel.sig.extract |
if TRUE the process will be parallelized (default TRUE). |
pamgene.layout.file |
STK or PTK PamChip layout. |
Returns a list with the registered image an the a data frame of extracted signal from it if the extract.signal
parameter is TRUE. Only the registered image otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.