- txtdir
character string specifying the directory containing
quantification files in text format
- imgdir
character string specifying the directory containing
image files associated with each of the aforementioned quantification
files, or NULL
. All image files for a given run must be of one
image file type. Other files in the directory will be ignored.
- outdir
character string specifying the directory where output
from analysis should be stored. Must be writable.
- designparams
object of class RPPADesignParams
- fitparams
object of class RPPAFitParams
- spatialparams
object of class RPPASpatialParams
, or NULL
- normparams
object of class RPPANormalizationParams
- doprefitqc
logical scalar. If TRUE
, performs pre-fit quality control.
- onlynormqcgood
logical scalar. If TRUE
, filters the slides
to be normalized according to their pre-fit quality control scores.
- parallelClusterSize
Number of parallel cpus to use on computer
when running RPPASPACE. Spatial corrections and fitting diltion series to
the calculated curve sections of the code will be done in parallel
when this number is greater than 1.
Defaults to 1 for backwards compatibility if not specified.
- createcombinedoutputimage
logical scalar. If TRUE
, an output png file will
be created for each valid slide in the set. The png file that is a composite
of the two generated png files and the original slide image.
- imageextension
character string specifying extension to use when searching
for images matching the slide file names. Acceptable values are
(".tif", ".png", ".bmp", ".gif", ".jpg")
- imagerotation
numeric scalar containing 90 degree value to rotate the
input image by when appending it below the generated graphs in the combined output
image file for each slide. Defaults to 0 if not specified.
Acceptable values (0, 90, 180, 270)
- residualsrotation
numeric scalar containing 90 degree value to rotate
the generated residuals image by when generating the output graphic.
This should be used if the layout of the information in the input txt file
does not match the orientation of the slide input image. Defaults to 0 if
not specified. Acceptable values (0, 90, 180, 270)
- warningsFileName
character string specifying file to append any warnings
generated by this function. Defaults to "warnings.txt"
- errorsFileName
character string specifying file to append any errors
generated by this function. Defaults to "errors.txt"
- object
object of class RPPASPACESettings
- settings
object of class RPPASPACESettings
- x
object of class RPPASPACESettings
- path
character string specifying the directory where settings
summary should be saved. Must be writable.
- designparams.slots
strings specifying RPPADesignParams
slotnames to display (for debugging)
- fitparams.slots
strings specifying RPPAFitParams
slotnames to display (for debugging)
- spatialparams.slots
strings specifying RPPASpatialParams
slotnames to display (for debugging)
- normparams.slots
strings specifying RPPANormalizationParams
slotnames to display (for debugging)
- ...
extra arguments for generic routines