regiter_one_image: Align one image on a target image an extract the signal form...

Description Usage Arguments Value

View source: R/registration.R

Description

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

Usage

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)

Arguments

source

the PamChip image to be aligned.

target

The PamChip image to align on.

nLevels

niftyreg.nonlinear parameter (default 4).

maxIterations

niftyreg.nonlinear parameter (default 5).

useBlockPercentage

niftyreg.nonlinear (parameter default 50).

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 find_centers function.

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.

Value

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.


amelbek/pamgeneAnalyzeR documentation built on May 29, 2019, 8:30 a.m.