Description Usage Arguments Examples
View source: R/cleavageModelAndPrediction.R
Uses the trained model to assess if the images are true or false cleavages
1 2 3 4 5 6 7 8 9 10 | smartPARE_examineCleavages(
examinePath,
model,
hitsNrs = c(1, 2),
falseNrs = c(0),
pixels = 28,
picsPerloop = 100,
avoidDir = vector(),
reshape1 = F
)
|
examinePath |
Path to the cleavage images (windows) |
model |
Trained model |
hitsNrs |
Directory number of the true cleavages. Default c(1,2) |
falseNrs |
Directory number of the false cleavages. Default 0 |
pixels |
Pixel size of the images, same as assigned in smartPARE_train |
picsPerloop |
Number of images per loop withing the function. Default 100 |
avoidDir |
directory that should not be assessed within the recursive examinePath |
1 2 3 4 5 6 7 8 9 | smartPARE_examineCleavages(examinePath,
model,
hitsNrs = c(1,2),
falseNrs = c(0),
pixels = 28,
picsPerloop = 100,
avoidDir = vector(),
reshape1 =F
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.